All Projects → JavaMoney → Jsr354 Ri

JavaMoney / Jsr354 Ri

Licence: apache-2.0
JSR 354 - Moneta: Reference Implementation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jsr354 Ri

Ngx Currency
📦 Currency mask module for Angular
Stars: ✭ 161 (-27.8%)
Mutual labels:  currency, money
Currencyconverter
Utilities for doing currency conversion with the Money library
Stars: ✭ 78 (-65.02%)
Mutual labels:  currency, money
Money
A money and currency library for PHP
Stars: ✭ 855 (+283.41%)
Mutual labels:  currency, money
Jackson Datatype Money
Extension module to properly support datatypes of javax.money
Stars: ✭ 165 (-26.01%)
Mutual labels:  currency, money
Frankfurter
💱 Currency data API
Stars: ✭ 123 (-44.84%)
Mutual labels:  currency, money
Go Money
Go implementation of Fowler's Money pattern
Stars: ✭ 887 (+297.76%)
Mutual labels:  currency, money
Swap
💱 Currency exchange rates library
Stars: ✭ 1,195 (+435.87%)
Mutual labels:  currency, money
Money
PHP implementation of Fowler's Money pattern.
Stars: ✭ 3,868 (+1634.53%)
Mutual labels:  currency, money
Javamoney Lib
JavaMoney financial libraries, extending and complementing JSR 354
Stars: ✭ 104 (-53.36%)
Mutual labels:  currency, money
Money Open Exchange Rates
A gem that calculates the exchange rate using published rates from open-exchange-rates. Compatible with the money gem.
Stars: ✭ 87 (-60.99%)
Mutual labels:  currency, money
Cash Cli
💰💰 Convert currency rates directly from your terminal!
Stars: ✭ 168 (-24.66%)
Mutual labels:  currency, money
Django Prices
Django fields for the prices module
Stars: ✭ 135 (-39.46%)
Mutual labels:  currency, money
Money
A precise, type-safe representation of a monetary amount in a given currency
Stars: ✭ 817 (+266.37%)
Mutual labels:  currency, money
Currency.js
A javascript library for handling currencies
Stars: ✭ 2,214 (+892.83%)
Mutual labels:  currency, money
Dinero.js
Create, calculate, and format money in JavaScript and TypeScript.
Stars: ✭ 5,286 (+2270.4%)
Mutual labels:  currency, money
Android Money
Simple money and currency converter library for android.
Stars: ✭ 66 (-70.4%)
Mutual labels:  currency, money
Cashify
💸 Lightweight currency conversion library, successor of money.js
Stars: ✭ 329 (+47.53%)
Mutual labels:  currency, money
Vue Numeric
Input field component to display a formatted currency value based on Vue.js
Stars: ✭ 341 (+52.91%)
Mutual labels:  currency, money
Countries
Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2 and Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, ccTLD countries domains, IOC/NOC and FIFA letters codes, VERY FAST, NO maps[], NO slices[], NO init() funcs, NO external links/files/data, NO interface{}, NO specific dependencies, Databases/JSON/GOB/XML/CSV compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and ccTLD standarts.
Stars: ✭ 85 (-61.88%)
Mutual labels:  currency, money
Exchanger
🏢 Currency exchange rates framework for PHP
Stars: ✭ 133 (-40.36%)
Mutual labels:  currency, money

JSR 354: Money and Currency: Moneta Reference Implementation

Maven Central Build Status Coverage Status Stability: Maintenance License Join the chat at https://gitter.im/JavaMoney/jsr354-ri

The Moneta is a reference implementation (RI) of the JSR 354 Money & Currency API and provides:

  • Monetary amounts: fixed sized FastMoney and Money for big amounts.
  • Currency conversion and rate providers.
  • Custom currencies support like the Bitcoin.

See Moneta User Guide for an introduction.

Usage

You can access the RI by adding the following Maven dependencies:

<dependency>
  <groupId>org.javamoney</groupId>
  <artifactId>moneta</artifactId>
  <version>1.4.2</version>
  <type>pom</type>
</dependency>

The same for Gradle:

compile group: 'org.javamoney', name: 'moneta', version: '1.4.2', ext: 'pom'

SBT:

libraryDependencies += "org.javamoney" % "moneta" % "1.4.2" pomOnly()

The release artifacts are accessible from the following repositories:

Release notes

The implementation supports JDK8 and later.

Help and support

Ask your question at StackOverflow with tag java-money or join the Gitter chat.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].