| 组织ID: |
com.commercetools.sdk.jvm.core |
| 项目ID: |
sdk-http-apache-async |
| 版本: |
1.46.0 |
| 最后修改时间: |
2019-12-13 19:12:38 |
| 包类型: |
jar |
| 标题: |
commercetools Apache Async Java client |
| 大小: |
32.71KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.commercetools.sdk.jvm.core</groupId>
<artifactId>sdk-http-apache-async</artifactId>
<version>1.46.0</version>
</dependency>
|
| Gradle引入代码: |
com.commercetools.sdk.jvm.core:sdk-http-apache-async:1.46.0
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.commercetools.sdk.jvm.core</groupId>
<artifactId>commercetools-jvm-sdk</artifactId>
<version>1.46.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.commercetools.sdk.jvm.core</groupId>
<artifactId>sdk-http-apache-async</artifactId>
<packaging>bundle</packaging>
<version>1.46.0</version>
<name>commercetools Apache Async Java client</name>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sdk-http</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient-osgi</artifactId>
<version>${apache.httpclient.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${felix.maven.version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Export-Package>io.sphere.sdk.http</Export-Package>
<Import-Package>org.apache.*</Import-Package>
<Bundle-Version>${project.version}</Bundle-Version>
<Fragment-Host>${project.groupId}.sdk-http</Fragment-Host>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe-plugin.version}</version>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/com.commercetools.sdk.jvm.core/sdk-http-apache-async/pom.properties
META-INF/maven/com.commercetools.sdk.jvm.core/sdk-http-apache-async/pom.xml
io.sphere.sdk.http.ApacheHttpClientAdapter.class
io.sphere.sdk.http.ApacheHttpClientAdapterImpl.class
io.sphere.sdk.http.Base.class
io.sphere.sdk.http.CompletableFutureCallbackAdapter.class
io.sphere.sdk.http.FileHttpRequestBody.class
io.sphere.sdk.http.FormUrlEncodedHttpRequestBody.class
io.sphere.sdk.http.HttpClient.class
io.sphere.sdk.http.HttpClientAdapterBase.class
io.sphere.sdk.http.HttpException.class
io.sphere.sdk.http.HttpHeaders.class
io.sphere.sdk.http.HttpMethod.class
io.sphere.sdk.http.HttpRequest.class
io.sphere.sdk.http.HttpRequestBody.class
io.sphere.sdk.http.HttpRequestImpl.class
io.sphere.sdk.http.HttpResponse.class
io.sphere.sdk.http.HttpResponseImpl.class
io.sphere.sdk.http.HttpStatusCode.class
io.sphere.sdk.http.NameValuePair.class
io.sphere.sdk.http.NameValuePairImpl.class
io.sphere.sdk.http.StringHttpRequestBody.class
io.sphere.sdk.http.UriTemplate.class
io.sphere.sdk.http.UrlBuilder.class
io.sphere.sdk.http.UrlQueryBuilder.class
|
| 依赖Jar: |
sdk-http-${project.version}.jar
/${project.groupId}/sdk-http/${project.version}
查看sdk-http所有版本文件
httpasyncclient-osgi-${apache.httpclient.version}.jar
/org.apache.httpcomponents/httpasyncclient-osgi/${apache.httpclient.version}
查看httpasyncclient-osgi所有版本文件
|