How to install the Java artifact org.ow2.frascati.examples.helloworld-osgi-client with Maven
Java
Maven
pom.xml
org.ow2.frascati.examples
helloworld-osgi-client
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.ow2.frascati.examples</groupId>
<artifactId>helloworld-osgi-client</artifactId>
<version>1.3</version>
</dependency>
/<dependencies>