How to install the Java artifact org.openurp.code.openurp-code-job with Maven
Java
Maven
pom.xml
org.openurp.code
openurp-code-job
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.openurp.code</groupId>
<artifactId>openurp-code-job</artifactId>
<version>0.0.7</version>
</dependency>
/<dependencies>