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