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