is not current version
Last Version 2.2.0

eu.hoefel:units 1.0.0

A library for handling units in Java.

GroupId

GroupId

eu.hoefel
ArtifactId

ArtifactId

units
Version

Version

1.0.0
Type

Type

jar

Download units 1.0.0


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