Last Version

Rest2 1.1

A library to allow Restful APIs to be easily written

License

License

GroupId

GroupId

one.xingyi
ArtifactId

ArtifactId

rest2
Version

Version

1.1
Type

Type

jar
Description

Description

Rest2
A library to allow Restful APIs to be easily written
Project URL

Project URL

https://github.com/phil-rice/Rest2
Source Code Management

Source Code Management

https://github.com/phil-rice/Rest2

Download rest2 1.1

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

  • rest
  • core
  • client
  • json
  • reference1
  • reference2
  • reference3
  • reference4
  • trafficlights
  • certificates
  • rest2test
  • democlient
  • performance