GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-rest |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-rest-2.0.0.pom | |
commons-rest-2.0.0.jar | 5 KB |
commons-rest-2.0.0-sources.jar | 2 KB |
commons-rest-2.0.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-rest</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest/
implementation 'org.sklsft.commons:commons-rest:2.0.0'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest/
implementation ("org.sklsft.commons:commons-rest:2.0.0")
'org.sklsft.commons:commons-rest:jar:2.0.0'
<dependency org="org.sklsft.commons" name="commons-rest" rev="2.0.0">
<artifact name="commons-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-rest', version='2.0.0')
)
libraryDependencies += "org.sklsft.commons" % "commons-rest" % "2.0.0"
[org.sklsft.commons/commons-rest "2.0.0"]