is not current version
Last Version 0.10.0

org.fuin:units4j 0.3.0

A home for additional useful unit testing modules for Java.

GroupId

GroupId

org.fuin
ArtifactId

ArtifactId

units4j
Version

Version

0.3.0
Type

Type

jar

Download units4j 0.3.0


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