| 组织ID: |
io.crnk |
| 项目ID: |
crnk-operations |
| 版本: |
0.9.20170524133411 |
| 最后修改时间: |
2019-11-30 16:25:21 |
| 包类型: |
jar |
| 标题: |
crnk-operations |
| 描述: |
JSON API framework for Java |
| 相关URL: |
http://www.crnk.io |
| 大小: |
27.42KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-operations</artifactId>
<version>0.9.20170524133411</version>
</dependency>
|
| Gradle引入代码: |
io.crnk:crnk-operations:0.9.20170524133411
|
| 下载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-operations</artifactId>
<version>0.9.20170524133411</version>
<name>crnk-operations</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>0.9.20170524133411</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-client</artifactId>
<version>0.9.20170524133411</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-rs</artifactId>
<version>0.9.20170524133411</version>
<scope>test</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-test</artifactId>
<version>0.9.20170524133411</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-jpa</artifactId>
<version>0.9.20170524133411</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-spring</artifactId>
<version>0.9.20170524133411</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.3.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.187</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.crnk.operations.server.OperationsService.class
io.crnk.operations.server.OperationFilterContext.class
io.crnk.operations.server.OperationsRequestProcessor$DefaultOperationFilterContext.class
io.crnk.operations.server.OperationsRequestProcessor$DefaultOperationFilterChain.class
io.crnk.operations.server.OperationsRequestProcessor.class
io.crnk.operations.server.TransactionOperationFilter.class
io.crnk.operations.server.OperationFilter.class
io.crnk.operations.server.OperationFilterChain.class
io.crnk.operations.server.OperationsModule.class
io.crnk.operations.server.TransactionOperationFilter$1.class
io.crnk.operations.server.order.OrderedOperation.class
io.crnk.operations.server.order.OperationOrderStrategy.class
io.crnk.operations.server.order.DependencyOrderStrategy.class
io.crnk.operations.OperationResponse.class
io.crnk.operations.client.OperationsCall$1.class
io.crnk.operations.client.OperationsCall.class
io.crnk.operations.client.OperationsCall$QueuedOperation.class
io.crnk.operations.client.OperationsClient.class
io.crnk.operations.internal.PATCH.class
io.crnk.operations.internal.Graph$Node.class
io.crnk.operations.internal.Graph.class
io.crnk.operations.internal.Graph$Edge.class
io.crnk.operations.internal.OperationParameterUtils.class
io.crnk.operations.Operation.class
META-INF/beans.xml
|
| 依赖Jar: |
crnk-core-0.9.20170524133411.jar
/io.crnk/crnk-core/0.9.20170524133411
查看crnk-core所有版本文件
crnk-client-0.9.20170524133411.jar
/io.crnk/crnk-client/0.9.20170524133411
查看crnk-client所有版本文件
crnk-rs-0.9.20170524133411.jar
/io.crnk/crnk-rs/0.9.20170524133411
查看crnk-rs所有版本文件
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-test-0.9.20170524133411.jar
/io.crnk/crnk-test/0.9.20170524133411
查看crnk-test所有版本文件
crnk-jpa-0.9.20170524133411.jar
/io.crnk/crnk-jpa/0.9.20170524133411
查看crnk-jpa所有版本文件
crnk-spring-0.9.20170524133411.jar
/io.crnk/crnk-spring/0.9.20170524133411
查看crnk-spring所有版本文件
javaee-api-7.0.jar
/javax/javaee-api/7.0
查看javaee-api所有版本文件
hibernate-core-5.2.10.Final.jar
/org.hibernate/hibernate-core/5.2.10.Final
查看hibernate-core所有版本文件
spring-orm-4.3.1.RELEASE.jar
/org.springframework/spring-orm/4.3.1.RELEASE
查看spring-orm所有版本文件
spring-context-4.3.1.RELEASE.jar
/org.springframework/spring-context/4.3.1.RELEASE
查看spring-context所有版本文件
spring-test-4.3.1.RELEASE.jar
/org.springframework/spring-test/4.3.1.RELEASE
查看spring-test所有版本文件
hibernate-entitymanager-5.2.10.Final.jar
/org.hibernate/hibernate-entitymanager/5.2.10.Final
查看hibernate-entitymanager所有版本文件
h2-1.4.187.jar
/com.h2database/h2/1.4.187
查看h2所有版本文件
hibernate-jpa-2.1-api-1.0.0.Final.jar
/org.hibernate.javax.persistence/hibernate-jpa-2.1-api/1.0.0.Final
查看hibernate-jpa-2.1-api所有版本文件
|