is not current version
Last Version 0.3.0

eu.hoefel:utils 0.1.9

A collection of utility classes in Java.

GroupId

GroupId

eu.hoefel
ArtifactId

ArtifactId

utils
Version

Version

0.1.9
Type

Type

jar

Download utils 0.1.9


<!-- https://jarcasting.com/artifacts/eu.hoefel/utils/ -->
<dependency>
    <groupId>eu.hoefel</groupId>
    <artifactId>utils</artifactId>
    <version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hoefel/utils/
implementation 'eu.hoefel:utils:0.1.9'
// https://jarcasting.com/artifacts/eu.hoefel/utils/
implementation ("eu.hoefel:utils:0.1.9")
'eu.hoefel:utils:jar:0.1.9'
<dependency org="eu.hoefel" name="utils" rev="0.1.9">
  <artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hoefel', module='utils', version='0.1.9')
)
libraryDependencies += "eu.hoefel" % "utils" % "0.1.9"
[eu.hoefel/utils "0.1.9"]