Registry / utility / money-api

money-api

JSON →
library1.0.3javamavenunverified

JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency.

<dependency> <groupId>javax.money</groupId> <artifactId>money-api</artifactId> <version>1.0.3</version> </dependency>
INSTALL
IMPORT
SIG · MONEY-API
M
money-api
utilityjavav1.0.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.

MonetaryAmount
javax.money.MonetaryAmount

Create and print a monetary amount in USD.

MonetaryAmount amount = Monetary.getDefaultAmountFactory().setCurrency("USD").setNumber(100.50).create(); System.out.println(amount);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
money-api — mvn dependency:get money-api · libregistry