License |
License |
---|---|
GroupId | GroupIdcom.alexkasko.rest |
ArtifactId | ArtifactIdrest-handlers |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionREST Handlers Library
Library for creating REST services
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-handlers-1.2.1.pom | |
rest-handlers-1.2.1.jar | 14 KB |
rest-handlers-1.2.1-sources.jar | 8 KB |
rest-handlers-1.2.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers/ -->
<dependency>
<groupId>com.alexkasko.rest</groupId>
<artifactId>rest-handlers</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers/
implementation 'com.alexkasko.rest:rest-handlers:1.2.1'
// https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers/
implementation ("com.alexkasko.rest:rest-handlers:1.2.1")
'com.alexkasko.rest:rest-handlers:jar:1.2.1'
<dependency org="com.alexkasko.rest" name="rest-handlers" rev="1.2.1">
<artifact name="rest-handlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.rest', module='rest-handlers', version='1.2.1')
)
libraryDependencies += "com.alexkasko.rest" % "rest-handlers" % "1.2.1"
[com.alexkasko.rest/rest-handlers "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tony19 : named-regexp | jar | 0.1.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |