u

units

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