How to install the Java artifact jpox.jpox-rdbms with Maven
Java
Maven
pom.xml
jpox
jpox-rdbms
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>jpox</groupId>
<artifactId>jpox-rdbms</artifactId>
<version>1.2.0-beta-5</version>
</dependency>
/<dependencies>