GroupId | GroupIdorg.xyou |
---|---|
ArtifactId | ArtifactIdxrest |
Version | Version0.0.14 |
Type | Typepom |
Filename | Size |
---|---|
xrest-0.0.14.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.xyou/xrest/ -->
<dependency>
<groupId>org.xyou</groupId>
<artifactId>xrest</artifactId>
<version>0.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xyou/xrest/
implementation 'org.xyou:xrest:0.0.14'
// https://jarcasting.com/artifacts/org.xyou/xrest/
implementation ("org.xyou:xrest:0.0.14")
'org.xyou:xrest:pom:0.0.14'
<dependency org="org.xyou" name="xrest" rev="0.0.14">
<artifact name="xrest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xyou', module='xrest', version='0.0.14')
)
libraryDependencies += "org.xyou" % "xrest" % "0.0.14"
[org.xyou/xrest "0.0.14"]