is not current version
Last Version 0.10.0

org.fuin:units4j 0.8.4

A home for additional useful unit testing modules for Java.

GroupId

GroupId

org.fuin
ArtifactId

ArtifactId

units4j
Version

Version

0.8.4
Type

Type

jar

Download units4j 0.8.4


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