This Quarkus extension allows you to use Mongock with Quarkus.
With Maven, add the following dependency to your pom.xml
to get started:
<dependency>
<groupId>io.quarkiverse.mongock</groupId>
<artifactId>quarkus-mongock</artifactId>
<version>${quarkusMongockVersion}</version>
</dependency>
Or with Gradle, add the following dependency to your build.gradle
:
implementation "io.quarkiverse.mongock:quarkus-mongock:${quarkusMongockVersion}"
For more information and quickstart, you can check the complete documentation.
Thanks goes to these wonderful people (emoji key):
Valentin Day 💻 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!