не последняя версия
Последняя версия 0.0.3

com.notuvy:notuvyunit 0.0.2

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.

Группа

Группа

com.notuvy
Идентификатор

Идентификатор

notuvyunit
Версия

Версия

0.0.2
Тип

Тип

jar

Скачать notuvyunit 0.0.2


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