Skip to content

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

License

Notifications You must be signed in to change notification settings

quarkiverse/quarkus-moneta

Repository files navigation

Quarkus Moneta

All Contributors

Build Maven Central License

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

Usage

Add the following dependency to your build file:

Maven pom.xml

<dependency>
    <groupId>io.quarkiverse.moneta</groupId>
    <artifactId>quarkus-moneta</artifactId>
    <version>${latest.version}</version>
</dependency>

Gradle build.gradle

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):

David Andlinger
David Andlinger

💻 🚧
Max Holzleitner
Max Holzleitner

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!