Download felix-3.1-b22.jar file - Jar f

Jar examples for f:felix

Description

This pom describes how to assemble the Felix package

You can download jar file felix 3.1-b22 in this page.

License

Open Source License

Build File

You can use the following script to add felix-3.1-b22.jar to your project.

<dependency>
   <groupId>org.glassfish.osgi-platforms</groupId>
   <artifactId>felix</artifactId>
   <version>3.1-b22</version>
</dependency>
compile group: 'org.glassfish.osgi-platforms', name: 'felix', version: '3.1-b22'
libraryDependencies += "org.glassfish.osgi-platforms" % "felix" % "3.1-b22"
<dependency org="org.glassfish.osgi-platforms" name="felix" rev="3.1-b22"/>
@Grapes(@Grab(group='org.glassfish.osgi-platforms', module='felix', version='3.1-b22'))
'org.glassfish.osgi-platforms:felix:jar:3.1-b22'

Download

Click the following link to download the jar file.

felix-3.1-b22-sources.jar
felix-3.1-b22.pom



Related Tutorials