How to install the Java artifact com.github.jobservice.worker-batch-archetype with Maven
Java
Maven
pom.xml
com.github.jobservice
worker-batch-archetype
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>worker-batch-archetype</artifactId>
<version>3.3.0-377</version>
</dependency>
/dependencies>