How To Install Java Artifact javax.money.money-api v1.1

javax.money money-api 1.1

Introduction

In this article, we'll learn how to install Java artifact money-api from javax.money group in version 1.1. The artifact is available in 10 versions: 1.1 1.0.3 1.0.2 1.0.1 1.0-RC3 1.0-RC2 1.0-RC1 1.0 0.9 0.8 . The JSR 354 (Money and Currency API) project has been released under Apache License, Version 2.0 license, and has its own website at: https://javamoney.github.io/ .

How To Install Java Artifact javax.money.money-api In Version 1.1

To install the JSR 354 (Money and Currency API) artifact in version 1.1 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses JSR 354 (Money and Currency API) dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Managed dependencies (3)

Test dependencies (3)

Licenses

Developers