Registry / utility / indriya

indriya

JSON →
library2.2.3javamavenunverified

Reference implementation of the Units of Measurement API (JSR 385).

<dependency> <groupId>tech.units</groupId> <artifactId>indriya</artifactId> <version>2.2.3</version> </dependency>
INSTALL
IMPORT
SIG · INDRIYA
I
indriya
utilityjavav2.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Quantities
tech.units.indriya.quantity.Quantities

Creates a length quantity of 10 metres using Indriya.

import tech.units.indriya.quantity.Quantities; import javax.measure.quantity.Length; import javax.measure.Unit; import static tech.units.indriya.unit.Units.METRE; public class Example { public void createQuantity() { Quantity<Length> length = Quantities.getQuantity(10.0, METRE); System.out.println(length); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
indriya — mvn dependency:get indriya · libregistry