NOTUVY measurement

A framework for representing measurements, which are defined as a numeric value with an associated unit. Measurements of different units can be compared (for equality, for sorting, etc). Measurements can be freely converted to other units of the same category.

License

License

GroupId

GroupId

com.notuvy
ArtifactId

ArtifactId

notuvyunit
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

NOTUVY measurement
A framework for representing measurements, which are defined as a numeric value with an associated unit. Measurements of different units can be compared (for equality, for sorting, etc). Measurements can be freely converted to other units of the same category.
Project URL

Project URL

http://labs.notuvy.com/projects/notuvyunit/

Download notuvyunit

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1