License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcn.dreampie |
ArtifactId | ArtifactIdresty-client |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionresty-client
Resty java client
|
Filename | Size |
---|---|
resty-client-1.1.0.pom | |
resty-client-1.1.0.jar | 18 KB |
resty-client-1.1.0-sources.jar | 9 KB |
resty-client-1.1.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dreampie/resty-client/ -->
<dependency>
<groupId>cn.dreampie</groupId>
<artifactId>resty-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dreampie/resty-client/
implementation 'cn.dreampie:resty-client:1.1.0'
// https://jarcasting.com/artifacts/cn.dreampie/resty-client/
implementation ("cn.dreampie:resty-client:1.1.0")
'cn.dreampie:resty-client:jar:1.1.0'
<dependency org="cn.dreampie" name="resty-client" rev="1.1.0">
<artifact name="resty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dreampie', module='resty-client', version='1.1.0')
)
libraryDependencies += "cn.dreampie" % "resty-client" % "1.1.0"
[cn.dreampie/resty-client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.dreampie : resty-common | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |