MVN

io.github.jklingsporn : coronamq

Maven & Gradle

Aug 26, 2022
27 stars

io.github.jklingsporn:coronamq · The simplest way to implement a task queue with Java, Vertx and PostgreSQL.

<dependency>
    <groupId>io.github.jklingsporn</groupId>
    <artifactId>coronamq</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jklingsporn : coronamq to add to Maven - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of io.github.jklingsporn : coronamq to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
coronamq-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.jklingsporn</groupId>
    <artifactId>coronamq</artifactId>
    <version>0.2</version>
</dependency>

Advertisement