Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-moneta
- Owner: quarkiverse
- License: apache-2.0
- Created: 2023-01-19T14:08:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:11:03.000Z (27 days ago)
- Last Synced: 2024-10-19T18:20:30.277Z (25 days ago)
- Topics: currency, javamoney, jsr354, quarkus-extension
- Language: Java
- Homepage: https://javamoney.github.io/ri.html
- Size: 118 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
💻 🚧
Max Holzleitner
💻 🚧
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!