GroupId | GroupIdone.xingyi |
---|---|
ArtifactId | ArtifactIdrest2 |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
rest2-1.0.pom | 7 KB |
rest2-1.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/rest2/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>rest2</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/rest2/
implementation 'one.xingyi:rest2:1.0'
// https://jarcasting.com/artifacts/one.xingyi/rest2/
implementation ("one.xingyi:rest2:1.0")
'one.xingyi:rest2:jar:1.0'
<dependency org="one.xingyi" name="rest2" rev="1.0">
<artifact name="rest2" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='rest2', version='1.0')
)
libraryDependencies += "one.xingyi" % "rest2" % "1.0"
[one.xingyi/rest2 "1.0"]