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.3.0.jar download
utils-0.3.0.pom download
utils-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.hoefel</groupId>
  <artifactId>utils</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'eu.hoefel:utils:0.3.0'
Gradle Kotlin
implementation("eu.hoefel:utils:0.3.0")
Scala SBT
libraryDependencies += "eu.hoefel" % "utils" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.hoefel', module='utils', version='0.3.0')
)
Apache Ivy
<dependency org="eu.hoefel" name="utils" rev="0.3.0" />
Leiningen
[eu.hoefel/utils "0.3.0"]
Apache Buildr
'eu.hoefel:utils:jar:0.3.0'