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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

felix-3.0-b63-sources.jar
felix-3.0-b63.pom



Related Tutorials