GroupId | GroupIdcn.dreampie |
---|---|
ArtifactId | ArtifactIdresty |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
resty-1.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dreampie/resty/ -->
<dependency>
<groupId>cn.dreampie</groupId>
<artifactId>resty</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dreampie/resty/
implementation 'cn.dreampie:resty:1.1.0'
// https://jarcasting.com/artifacts/cn.dreampie/resty/
implementation ("cn.dreampie:resty:1.1.0")
'cn.dreampie:resty:pom:1.1.0'
<dependency org="cn.dreampie" name="resty" rev="1.1.0">
<artifact name="resty" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dreampie', module='resty', version='1.1.0')
)
libraryDependencies += "cn.dreampie" % "resty" % "1.1.0"
[cn.dreampie/resty "1.1.0"]