How to install the Java artifact com.gregmarut.commons.commons with Maven
Java
Maven
pom.xml
com.gregmarut.commons
commons
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>com.gregmarut.commons</groupId>
<artifactId>commons</artifactId>
<version>0.1-RELEASE</version>
</dependency>
/<dependencies>