is not current version
Last Version 1.2.1

com.alexkasko.rest:rest-handlers-json-example 1.0.1

Library for creating REST HTTP services

Categories

Categories

JSON Data
GroupId

GroupId

com.alexkasko.rest
ArtifactId

ArtifactId

rest-handlers-json-example
Version

Version

1.0.1
Type

Type

war

Download rest-handlers-json-example 1.0.1


<!-- https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers-json-example/ -->
<dependency>
    <groupId>com.alexkasko.rest</groupId>
    <artifactId>rest-handlers-json-example</artifactId>
    <version>1.0.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers-json-example/
implementation 'com.alexkasko.rest:rest-handlers-json-example:1.0.1'
// https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers-json-example/
implementation ("com.alexkasko.rest:rest-handlers-json-example:1.0.1")
'com.alexkasko.rest:rest-handlers-json-example:war:1.0.1'
<dependency org="com.alexkasko.rest" name="rest-handlers-json-example" rev="1.0.1">
  <artifact name="rest-handlers-json-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.rest', module='rest-handlers-json-example', version='1.0.1')
)
libraryDependencies += "com.alexkasko.rest" % "rest-handlers-json-example" % "1.0.1"
[com.alexkasko.rest/rest-handlers-json-example "1.0.1"]