| 组织ID: |
io.crnk |
| 项目ID: |
crnk-client |
| 版本: |
2.4.20180112101521 |
| 最后修改时间: |
2019-12-01 06:54:39 |
| 包类型: |
jar |
| 标题: |
crnk-client |
| 描述: |
JSON API framework for Java |
| 相关URL: |
http://www.crnk.io |
| 大小: |
63.80KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-client</artifactId>
<version>2.4.20180112101521</version>
</dependency>
|
| Gradle引入代码: |
io.crnk:crnk-client:2.4.20180112101521
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.crnk</groupId>
<artifactId>crnk-client</artifactId>
<version>2.4.20180112101521</version>
<name>crnk-client</name>
<description>JSON API framework for Java</description>
<url>http://www.crnk.io</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>crnk.io</id>
<name>crnk.io</name>
<email>info@crnk.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/crnk-project/crnk-framework.git</connection>
<developerConnection>scm:git:git@github.com:crnk-project/crnk-framework.git</developerConnection>
<url>https://github.com/crnk-project/crnk-framework</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/crnk-project/crml-framework/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-core</artifactId>
<version>2.4.20180112101521</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-rs</artifactId>
<version>2.4.20180112101521</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-test</artifactId>
<version>2.4.20180112101521</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.crnk.client.ClientException.class
io.crnk.client.CrnkClient$2.class
io.crnk.client.CrnkClient$7.class
io.crnk.client.CrnkClient$ClientType.class
io.crnk.client.response.JsonLinksInformation.class
io.crnk.client.response.JsonMetaInformation.class
io.crnk.client.CrnkClient.class
io.crnk.client.CrnkClient$3.class
io.crnk.client.CrnkClient$1.class
io.crnk.client.legacy.ResourceRepositoryStub.class
io.crnk.client.legacy.RelationshipRepositoryStub.class
io.crnk.client.action.ActionStubFactory.class
io.crnk.client.action.JerseyActionStubFactory.class
io.crnk.client.action.ActionStubFactoryContext.class
io.crnk.client.CrnkClient$5.class
io.crnk.client.ResponseBodyException.class
io.crnk.client.TransportException.class
io.crnk.client.http.HttpAdapter.class
io.crnk.client.http.okhttp.OkHttpAdapterProvider.class
io.crnk.client.http.okhttp.OkHttpResponse.class
io.crnk.client.http.okhttp.OkHttpAdapter.class
io.crnk.client.http.okhttp.OkHttpAdapterListenerBase.class
io.crnk.client.http.okhttp.OkHttpRequest.class
io.crnk.client.http.okhttp.OkHttpAdapterListener.class
io.crnk.client.http.apache.HttpClientRequest.class
io.crnk.client.http.apache.HttpClientAdapterListener.class
io.crnk.client.http.apache.HttpClientAdapterListenerBase.class
io.crnk.client.http.apache.HttpClientAdapterProvider.class
io.crnk.client.http.apache.HttpClientResponse.class
io.crnk.client.http.apache.HttpClientBuilderFactory.class
io.crnk.client.http.apache.HttpClientAdapter.class
io.crnk.client.http.HttpAdapterProvider.class
io.crnk.client.http.HttpAdapterResponse.class
io.crnk.client.http.HttpAdapterRequest.class
io.crnk.client.CrnkClient$ClientResourceRegistry.class
io.crnk.client.module.ClientModule.class
io.crnk.client.module.ClientModuleFactory.class
io.crnk.client.module.HttpAdapterAware.class
io.crnk.client.internal.ClientStubBase$ResponseType.class
io.crnk.client.internal.ClientStubInvocationHandler.class
io.crnk.client.internal.proxy.ObjectProxy.class
io.crnk.client.internal.proxy.PrimitiveProxy.class
io.crnk.client.internal.proxy.CollectionInvocationHandler.class
io.crnk.client.internal.proxy.BasicProxyFactory.class
io.crnk.client.internal.proxy.ClientProxyFactoryContext.class
io.crnk.client.internal.proxy.ClientProxyFactory.class
io.crnk.client.internal.RelationshipRepositoryStubImpl$1.class
io.crnk.client.internal.ClientDocumentMapper$1.class
io.crnk.client.internal.ClientResourceUpsert.class
io.crnk.client.internal.ClientDocumentMapper.class
io.crnk.client.internal.RelationshipRepositoryStubImpl.class
io.crnk.client.internal.ResourceRepositoryStubImpl.class
io.crnk.client.internal.ResourceRepositoryStubImpl$1.class
io.crnk.client.internal.ClientStubBase.class
io.crnk.client.CrnkClient$4.class
io.crnk.client.CrnkClient$6.class
|
| 依赖Jar: |
crnk-core-2.4.20180112101521.jar
/io.crnk/crnk-core/2.4.20180112101521
查看crnk-core所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
mockito-core-1.10.19.jar
/org.mockito/mockito-core/1.10.19
查看mockito-core所有版本文件
assertj-core-2.2.0.jar
/org.assertj/assertj-core/2.2.0
查看assertj-core所有版本文件
crnk-rs-2.4.20180112101521.jar
/io.crnk/crnk-rs/2.4.20180112101521
查看crnk-rs所有版本文件
crnk-test-2.4.20180112101521.jar
/io.crnk/crnk-test/2.4.20180112101521
查看crnk-test所有版本文件
|