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