License |
License |
---|---|
GroupId | GroupIdone.xingyi |
ArtifactId | ArtifactIdrest2 |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionRest2
A library to allow Restful APIs to be easily written
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest2-1.1.pom | 7 KB |
rest2-1.1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/rest2/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>rest2</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/rest2/
implementation 'one.xingyi:rest2:1.1'
// https://jarcasting.com/artifacts/one.xingyi/rest2/
implementation ("one.xingyi:rest2:1.1")
'one.xingyi:rest2:jar:1.1'
<dependency org="one.xingyi" name="rest2" rev="1.1">
<artifact name="rest2" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='rest2', version='1.1')
)
libraryDependencies += "one.xingyi" % "rest2" % "1.1"
[one.xingyi/rest2 "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |