GroupId | GroupIdde.taimos |
---|---|
ArtifactId | ArtifactIdrestutils |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
restutils-1.8.pom | |
restutils-1.8.jar | 5 KB |
restutils-1.8-sources.jar | 3 KB |
restutils-1.8-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.taimos/restutils/ -->
<dependency>
<groupId>de.taimos</groupId>
<artifactId>restutils</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/restutils/
implementation 'de.taimos:restutils:1.8'
// https://jarcasting.com/artifacts/de.taimos/restutils/
implementation ("de.taimos:restutils:1.8")
'de.taimos:restutils:jar:1.8'
<dependency org="de.taimos" name="restutils" rev="1.8">
<artifact name="restutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='restutils', version='1.8')
)
libraryDependencies += "de.taimos" % "restutils" % "1.8"
[de.taimos/restutils "1.8"]