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