License |
License |
---|---|
GroupId | GroupIdcom.notuvy |
ArtifactId | ArtifactIdnotuvyunit |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNOTUVY 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 |
Filename | Size |
---|---|
notuvyunit-0.0.3.pom | |
notuvyunit-0.0.3.jar | 48 KB |
notuvyunit-0.0.3-sources.jar | 28 KB |
notuvyunit-0.0.3-javadoc.jar | 193 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |