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