Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quarkiverse/quarkus-moneta

Integrate JavaMoney (JSR 354) into Quarkus for JDK and native builds.
https://github.com/quarkiverse/quarkus-moneta

currency javamoney jsr354 quarkus-extension

Last synced: 3 days ago
JSON representation

Integrate JavaMoney (JSR 354) into Quarkus for JDK and native builds.

Awesome Lists containing this project

README

        

# Quarkus Moneta

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

[![Build](https://github.com/quarkiverse/quarkus-moneta/workflows/Build/badge.svg)](https://github.com/quarkiverse/quarkus-moneta/actions?query=workflow%3ABuild)
[![Maven Central](https://img.shields.io/maven-central/v/io.quarkiverse.moneta/quarkus-moneta-parent.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.quarkiverse.moneta/quarkus-moneta-parent)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Integrate JavaMoney (JSR 354) into Quarkus for JDK and native builds.

## Usage

Add the following dependency to your build file:

### Maven pom.xml

```xml

io.quarkiverse.moneta
quarkus-moneta
${latest.version}

```

### Gradle build.gradle
```groovy
implementation("io.quarkiverse.moneta:quarkus-moneta:$latestVersion")
```

## Compatibility

Quarkus APIstax provides multiple different version streams.

| Quarkus | Quarkus Moneta |
|--------------|----------------|
| 3.8.x (LTS) | 1.x |
| 3.15.x (LTS) | 2.x |

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



David Andlinger
David Andlinger

💻 🚧
Max Holzleitner
Max Holzleitner

💻 🚧

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!