quarkus-jobrunr
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jobrunr</groupId> <artifactId>quarkus-jobrunr</artifactId> <version>7.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.jobrunr</groupId> <artifactId>quarkus-jobrunr</artifactId> <version>7.3.1</version> <name>JobRunr Quarkus Extension</name> <description>An easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.</description> <url>https://github.com/jobrunr/jobrunr</url> <licenses> <license> <name>Multi licensed</name> <url>https://github.com/jobrunr/jobrunr/blob/master/License.md</url> </license> </licenses> <developers> <developer> <id>rdehuyss</id> <name>Ronald Dehuysser</name> <email>ronald.dehuysser@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/jobrunr/jobrunr.git</connection> <developerConnection>scm:git@github.com:jobrunr/jobrunr.git</developerConnection> <url>https://github.com/jobrunr/jobrunr.git</url> </scm> <dependencies> <dependency> <groupId>org.jobrunr</groupId> <artifactId>jobrunr</artifactId> <version>7.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-core</artifactId> <version>3.15.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> <version>3.15.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-health</artifactId> <version>3.15.1</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>