is not current version
Last Version 2.2.0

eu.hoefel:units 2.0.0

A library for handling units in Java.

GroupId

GroupId

eu.hoefel
ArtifactId

ArtifactId

units
Version

Version

2.0.0
Type

Type

jar

Download units 2.0.0


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