| 组织ID: |
org.grails |
| 项目ID: |
grails-http-core |
| 版本: |
1.0.2.RELEASE |
| 最后修改时间: |
2019-11-02 10:14:15 |
| 包类型: |
jar |
| 标题: |
RxGORM REST Client |
| 描述: |
Provides a RxGORM Object Mapping implementation for communication with REST web services |
| 相关URL: |
https://github.com/grails/gorm-rest-client |
| 大小: |
20.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-http-core</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.grails:grails-http-core:1.0.2.RELEASE
|
| 下载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>org.grails</groupId>
<artifactId>grails-http-core</artifactId>
<version>1.0.2.RELEASE</version>
<name>RxGORM REST Client</name>
<description>Provides a RxGORM Object Mapping implementation for communication with REST web services</description>
<url>https://github.com/grails/gorm-rest-client</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>graemerocher</id>
<name>Graeme Rocher</name>
</developer>
<developer>
<id>jeffscottbrown</id>
<name>Jeff Brown</name>
</developer>
<developer>
<id>burtbeckwith</id>
<name>Burt Beckwith</name>
</developer>
</developers>
<scm>
<connection>https://github.com/grails/gorm-rest-client</connection>
<developerConnection>https://github.com/grails/gorm-rest-client</developerConnection>
<url>https://github.com/grails/gorm-rest-client</url>
</scm>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>2.4.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.0-groovy-2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
grails.http.MediaType.class
grails.http.HttpHeader.class
grails.http.HttpMethod.class
grails.http.HttpStatus.class
|
| 依赖Jar: |
groovy-2.4.7.jar
/org.codehaus.groovy/groovy/2.4.7
查看groovy所有版本文件
spock-core-1.0-groovy-2.4.jar
/org.spockframework/spock-core/1.0-groovy-2.4
查看spock-core所有版本文件
|