is not current version
Last Version 1.1

one.xingyi:rest2 1.0

A library to allow Restful APIs to be easily written

GroupId

GroupId

one.xingyi
ArtifactId

ArtifactId

rest2
Version

Version

1.0
Type

Type

jar

Download rest2 1.0

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"]