License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.alexkasko.rest |
ArtifactId | ArtifactIdrest-handlers-json-example |
Version | Version1.2.1 |
Type | Typewar |
Description |
DescriptionREST JSON Handlers Example
Library for creating REST HTTP services
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.2.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.2.1'
// https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers-json-example/
implementation ("com.alexkasko.rest:rest-handlers-json-example:1.2.1")
'com.alexkasko.rest:rest-handlers-json-example:war:1.2.1'
<dependency org="com.alexkasko.rest" name="rest-handlers-json-example" rev="1.2.1">
<artifact name="rest-handlers-json-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.rest', module='rest-handlers-json-example', version='1.2.1')
)
libraryDependencies += "com.alexkasko.rest" % "rest-handlers-json-example" % "1.2.1"
[com.alexkasko.rest/rest-handlers-json-example "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alexkasko.rest : rest-handlers | jar | 1.2.1 |
com.google.code.gson : gson | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.apache.httpcomponents : httpclient | jar | 4.2.1 |
commons-io : commons-io | jar | 2.1 |