Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.alexkasko.rest |
ArtifactId | ArtifactIdrest-handlers-json-example |
Version | Version1.0.1 |
Type | Typewar |
<!-- 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"]