Download org.apache.felix.inventory-1.0.0.jar file - Jar o

Jar examples for o:org.apache.felix.inventory

Description

Apache Felix Inventory provides some mechanisms to get the current state of the system and therefore provides an inventory of the system.

You can download jar file org.apache.felix.inventory 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.felix.inventory-1.0.0.jar to your project.

<dependency>
   <groupId>org.apache.felix</groupId>
   <artifactId>org.apache.felix.inventory</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.apache.felix', name: 'org.apache.felix.inventory', version: '1.0.0'
libraryDependencies += "org.apache.felix" % "org.apache.felix.inventory" % "1.0.0"
<dependency org="org.apache.felix" name="org.apache.felix.inventory" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.felix', module='org.apache.felix.inventory', version='1.0.0'))
'org.apache.felix:org.apache.felix.inventory:jar:1.0.0'

Download

Click the following link to download the jar file.

org.apache.felix.inventory-1.0.0-javadoc.jar
org.apache.felix.inventory-1.0.0-sources.jar
org.apache.felix.inventory-1.0.0.jar
org.apache.felix.inventory-1.0.0.pom



Related Tutorials