u

utils

A collection of utility classes in Java.
${uhoefel.git.url}${project.name}
MIT License
Udo Höfel
Files download
File Operation
utils-0.1.13.jar download
utils-0.1.13.pom download
utils-0.1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.hoefel</groupId>
  <artifactId>utils</artifactId>
  <version>0.1.13</version>
</dependency>
Gradle Groovy
implementation 'eu.hoefel:utils:0.1.13'
Gradle Kotlin
implementation("eu.hoefel:utils:0.1.13")
Scala SBT
libraryDependencies += "eu.hoefel" % "utils" % "0.1.13"
Groovy Grape
@Grapes(
  @Grab(group='eu.hoefel', module='utils', version='0.1.13')
)
Apache Ivy
<dependency org="eu.hoefel" name="utils" rev="0.1.13" />
Leiningen
[eu.hoefel/utils "0.1.13"]
Apache Buildr
'eu.hoefel:utils:jar:0.1.13'