Download felix-3.0-b52.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.0-b52 in this page.

License

Open Source License

Build File

You can use the following script to add felix-3.0-b52.jar to your project.

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

Download

Click the following link to download the jar file.

felix-3.0-b52-sources.jar
felix-3.0-b52.pom



Related Tutorials