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