GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-rest |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-rest-3.1.0.pom | |
commons-rest-3.1.0.jar | 6 KB |
commons-rest-3.1.0-sources.jar | 3 KB |
commons-rest-3.1.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>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest/
implementation 'org.sklsft.commons:commons-rest:3.1.0'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest/
implementation ("org.sklsft.commons:commons-rest:3.1.0")
'org.sklsft.commons:commons-rest:jar:3.1.0'
<dependency org="org.sklsft.commons" name="commons-rest" rev="3.1.0">
<artifact name="commons-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-rest', version='3.1.0')
)
libraryDependencies += "org.sklsft.commons" % "commons-rest" % "3.1.0"
[org.sklsft.commons/commons-rest "3.1.0"]