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