GroupId | GroupIdeu.hoefel |
---|---|
ArtifactId | ArtifactIdutils |
Version | Version0.1.13 |
Type | Typejar |
Filename | Size |
---|---|
utils-0.1.13.pom | |
utils-0.1.13.jar | 32 KB |
utils-0.1.13-sources.jar | 25 KB |
utils-0.1.13-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.hoefel/utils/ -->
<dependency>
<groupId>eu.hoefel</groupId>
<artifactId>utils</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hoefel/utils/
implementation 'eu.hoefel:utils:0.1.13'
// https://jarcasting.com/artifacts/eu.hoefel/utils/
implementation ("eu.hoefel:utils:0.1.13")
'eu.hoefel:utils:jar:0.1.13'
<dependency org="eu.hoefel" name="utils" rev="0.1.13">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hoefel', module='utils', version='0.1.13')
)
libraryDependencies += "eu.hoefel" % "utils" % "0.1.13"
[eu.hoefel/utils "0.1.13"]