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