is not current version
Last Version 0.0.3

com.notuvy:notuvyunit 0.0.1

A framework for representing measurements, which are defined as a value with an associated unit. Two measurement objects may have different values and different units yet may be equal (e.g. "1500 meters" and "1.5 kilometers"). The framework allows converting measurements to any other unit that it is convertible to (like from miles to millimeters).

GroupId

GroupId

com.notuvy
ArtifactId

ArtifactId

notuvyunit
Version

Version

0.0.1
Type

Type

jar

Download notuvyunit 0.0.1


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