jobrunr
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jobrunr</groupId>
<artifactId>jobrunr</artifactId>
<version>8.1.0</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>jobrunr</artifactId>
<version>8.1.0</version>
<name>JobRunr</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>GNU Lesser General Public License v3.0 or later</name>
<url>https://github.com/jobrunr/jobrunr/blob/master/License.md#lgpl-v3-license</url>
</license>
<license>
<name>Commercial License</name>
<url>https://github.com/jobrunr/jobrunr/blob/master/License.md#commercial-license</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.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.8</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>