How to install the Java artifact org.mil-oss.fgsms-osagent with Maven
Java
Maven
pom.xml
org.mil-oss
fgsms-osagent
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>org.mil-oss</groupId>
<artifactId>fgsms-osagent</artifactId>
<version>7.0.0</version>
</dependency>
/dependencies>