GroupId | GroupIdcom.scarabsoft |
---|---|
ArtifactId | ArtifactIdjrest |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jrest-1.0.0.pom | |
jrest-1.0.0.jar | 32 KB |
jrest-1.0.0-sources.jar | 17 KB |
jrest-1.0.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.scarabsoft/jrest/ -->
<dependency>
<groupId>com.scarabsoft</groupId>
<artifactId>jrest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scarabsoft/jrest/
implementation 'com.scarabsoft:jrest:1.0.0'
// https://jarcasting.com/artifacts/com.scarabsoft/jrest/
implementation ("com.scarabsoft:jrest:1.0.0")
'com.scarabsoft:jrest:jar:1.0.0'
<dependency org="com.scarabsoft" name="jrest" rev="1.0.0">
<artifact name="jrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scarabsoft', module='jrest', version='1.0.0')
)
libraryDependencies += "com.scarabsoft" % "jrest" % "1.0.0"
[com.scarabsoft/jrest "1.0.0"]