GroupId | GroupIdcom.alexkasko.rest |
---|---|
ArtifactId | ArtifactIdrest-handlers |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
rest-handlers-1.2.pom | |
rest-handlers-1.2.jar | 14 KB |
rest-handlers-1.2-sources.jar | 8 KB |
rest-handlers-1.2-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</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers/
implementation 'com.alexkasko.rest:rest-handlers:1.2'
// https://jarcasting.com/artifacts/com.alexkasko.rest/rest-handlers/
implementation ("com.alexkasko.rest:rest-handlers:1.2")
'com.alexkasko.rest:rest-handlers:jar:1.2'
<dependency org="com.alexkasko.rest" name="rest-handlers" rev="1.2">
<artifact name="rest-handlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.rest', module='rest-handlers', version='1.2')
)
libraryDependencies += "com.alexkasko.rest" % "rest-handlers" % "1.2"
[com.alexkasko.rest/rest-handlers "1.2"]