Money and Currency API (JSR 354) - Java 7 Compatible Version

JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module provides a forward compatible backport of the API.

License

License

Apache License, Version 2.0
GroupId

GroupId

javax.money
ArtifactId

ArtifactId

money-api-bp
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Money and Currency API (JSR 354) - Java 7 Compatible Version
JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module provides a forward compatible backport of the API.
Project URL

Project URL

https://javamoney.github.io/
Project Organization

Project Organization

JSR 354 - Expert Group
Source Code Management

Source Code Management

https://github.com/JavaMoney/javamoney-api-bp

Download money-api-bp

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.testng : testng jar 7.1.0
org.mockito : mockito-core jar 3.3.3

Project Modules

There are no modules declared in this project.

jsr354-api-bp

Maven Central Build Status Stability: Maintenance

JSR 354 forward compatible backport for JDK 6/7 or other platforms (e.g. Android).

This is the API module of JSR 354 licensed under

  • the Apache License Version 2.0 (LICENCE.txt)

Release Notes

  • 1.0 API as defined by JSR 354 Spec.
  • 1.0.1 API as defined by JSR 354 Spec (Fix: building Java 7 API with Java 7)
  • 1.0.3 API as defined by JSR 354 Spec (Fix: smaller fixes in ServiceContext and conversion internals).
  • 1.0.4 API as defined by JSR 354 Spec (Backport of Maintenance Release 1).

Built with Maven

javax.money

Money and Currency API | JavaMoney

Money and Currency API | JavaMoney Project

Versions

Version
1.0.4
1.0.3
1.0.1
1.0