How to install the Java artifact com.paulhammant.buildradiatorextension with Maven
Java
Maven
pom.xml
com.paulhammant
buildradiatorextension
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.paulhammant</groupId>
<artifactId>buildradiatorextension</artifactId>
<version>1.3</version>
</dependency>
/dependencies>