is not current version
Last Version 1.3.0.RELEASE

cn.dreampie:resty 1.0

Resty

GroupId

GroupId

cn.dreampie
ArtifactId

ArtifactId

resty
Version

Version

1.0
Type

Type

pom

Download resty 1.0

Filename Size
resty-1.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.dreampie/resty/ -->
<dependency>
    <groupId>cn.dreampie</groupId>
    <artifactId>resty</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dreampie/resty/
implementation 'cn.dreampie:resty:1.0'
// https://jarcasting.com/artifacts/cn.dreampie/resty/
implementation ("cn.dreampie:resty:1.0")
'cn.dreampie:resty:pom:1.0'
<dependency org="cn.dreampie" name="resty" rev="1.0">
  <artifact name="resty" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dreampie', module='resty', version='1.0')
)
libraryDependencies += "cn.dreampie" % "resty" % "1.0"
[cn.dreampie/resty "1.0"]