u

units

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