| 组织ID: |
com.commercetools.sdk.jvm.core |
| 项目ID: |
commercetools-java-client-apache-async |
| 版本: |
1.39.0 |
| 最后修改时间: |
2019-12-04 02:36:06 |
| 包类型: |
jar |
| 标题: |
Apache License, Version 2.0 |
| 大小: |
111.37KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.commercetools.sdk.jvm.core</groupId>
<artifactId>commercetools-java-client-apache-async</artifactId>
<version>1.39.0</version>
</dependency>
|
| Gradle引入代码: |
com.commercetools.sdk.jvm.core:commercetools-java-client-apache-async:1.39.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.39.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.commercetools.sdk.jvm.core</groupId>
<artifactId>commercetools-java-client-apache-async</artifactId>
<packaging>bundle</packaging>
<version>1.39.0</version>
<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-apache-async</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>commercetools-java-client-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>commercetools-java-client-internal-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</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.client
</Export-Package>
<Bundle-Version>${project.version}</Bundle-Version>
<Fragment-Host>${project.groupId}.commercetools-sdk-base</Fragment-Host>
<Provide-Capability>
osgi.serviceloader;
osgi.serviceloader="io.sphere.sdk.client.SphereHttpClientFactory"
</Provide-Capability>
<Import-Package>
com.fasterxml.jackson.*;version="[2.3.0,3.0.0)" ,
*
</Import-Package>
</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/commercetools-java-client-apache-async/pom.properties
META-INF/maven/com.commercetools.sdk.jvm.core/commercetools-java-client-apache-async/pom.xml
META-INF/services/io.sphere.sdk.client.SphereHttpClientFactory
io.sphere.sdk.client.Actor$ReceiveBuilder.class
io.sphere.sdk.client.Actor.class
io.sphere.sdk.client.AuthActor.class
io.sphere.sdk.client.AuthActorProtocol$FailedTokenFetchMessage.class
io.sphere.sdk.client.AuthActorProtocol$FetchTokenFromSphereMessage.class
io.sphere.sdk.client.AuthActorProtocol$SuccessfulTokenFetchMessage.class
io.sphere.sdk.client.AuthActorProtocol.class
io.sphere.sdk.client.AutoCloseableService.class
io.sphere.sdk.client.AutoRefreshSphereAccessTokenSupplierImpl.class
io.sphere.sdk.client.BadGatewayException.class
io.sphere.sdk.client.BadRequestException.class
io.sphere.sdk.client.BlockingSphereClient.class
io.sphere.sdk.client.BlockingSphereClientImpl.class
io.sphere.sdk.client.ClientErrorException.class
io.sphere.sdk.client.ClientPackage.class
io.sphere.sdk.client.ConcurrentModificationException.class
io.sphere.sdk.client.CorrelationIdGenerator.class
io.sphere.sdk.client.CorrelationIdGeneratorImpl.class
io.sphere.sdk.client.DeprecationExceptionSphereClientDecorator$DeprecationHeaderSphereRequest.class
io.sphere.sdk.client.DeprecationExceptionSphereClientDecorator.class
io.sphere.sdk.client.ErrorResponseException.class
io.sphere.sdk.client.ExceptionFactory.class
io.sphere.sdk.client.ForbiddenException.class
io.sphere.sdk.client.GatewayTimeoutException.class
io.sphere.sdk.client.HttpRequestIntent.class
io.sphere.sdk.client.HttpResponseBodyUtils.class
io.sphere.sdk.client.HttpResponseExceptionResponsibility.class
io.sphere.sdk.client.InternalServerErrorException.class
io.sphere.sdk.client.InvalidClientCredentialsException.class
io.sphere.sdk.client.InvalidScopeException.class
io.sphere.sdk.client.InvalidTokenException.class
io.sphere.sdk.client.JavaAndHttpResponseSphereRequest.class
io.sphere.sdk.client.JavaAndJsonSphereRequest.class
io.sphere.sdk.client.JsonEndpoint.class
io.sphere.sdk.client.JsonNodeSphereRequest.class
io.sphere.sdk.client.NotFoundException.class
io.sphere.sdk.client.OnDemandSphereAccessTokenSupplier.class
io.sphere.sdk.client.OneTimeSphereAccessTokenSupplier.class
io.sphere.sdk.client.QueueSphereClientDecorator.class
io.sphere.sdk.client.QueueSphereClientDecoratorActor$1.class
io.sphere.sdk.client.QueueSphereClientDecoratorActor$AsyncTask.class
io.sphere.sdk.client.QueueSphereClientDecoratorActor$Done.class
io.sphere.sdk.client.QueueSphereClientDecoratorActor.class
io.sphere.sdk.client.RefreshableSphereAccessTokenSupplier.class
io.sphere.sdk.client.RequestEntityTooLargeException.class
io.sphere.sdk.client.RetrySphereClientDecorator.class
io.sphere.sdk.client.RetrySphereClientImpl.class
io.sphere.sdk.client.ServerErrorException.class
io.sphere.sdk.client.ServiceUnavailableException.class
io.sphere.sdk.client.SolutionInfo.class
io.sphere.sdk.client.SolutionInfoService.class
io.sphere.sdk.client.SphereAccessTokenSupplier.class
io.sphere.sdk.client.SphereApacheHttpClientFactory.class
io.sphere.sdk.client.SphereApiConfig.class
io.sphere.sdk.client.SphereApiConfigImpl.class
io.sphere.sdk.client.SphereAuth.class
io.sphere.sdk.client.SphereAuthConfig.class
io.sphere.sdk.client.SphereAuthConfigBuilder.class
io.sphere.sdk.client.SphereAuthConfigImpl.class
io.sphere.sdk.client.SphereClient.class
io.sphere.sdk.client.SphereClientConfig.class
io.sphere.sdk.client.SphereClientConfigBuilder.class
io.sphere.sdk.client.SphereClientConfigUtils.class
io.sphere.sdk.client.SphereClientDecorator.class
io.sphere.sdk.client.SphereClientFactory$1.class
io.sphere.sdk.client.SphereClientFactory.class
io.sphere.sdk.client.SphereClientFactoryImpl.class
io.sphere.sdk.client.SphereClientImpl.class
io.sphere.sdk.client.SphereClientModule.class
io.sphere.sdk.client.SphereClientUtils.class
io.sphere.sdk.client.SphereConstantAccessTokenSupplierImpl.class
io.sphere.sdk.client.SphereDeprecationException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
sdk-http-apache-async-${project.version}.jar
/${project.groupId}/sdk-http-apache-async/${project.version}
查看sdk-http-apache-async所有版本文件
commercetools-java-client-core-${project.version}.jar
/${project.groupId}/commercetools-java-client-core/${project.version}
查看commercetools-java-client-core所有版本文件
commercetools-java-client-internal-test-${project.version}.jar
/${project.groupId}/commercetools-java-client-internal-test/${project.version}
查看commercetools-java-client-internal-test所有版本文件
|