Download maven-bundle-plugin-1.0.0.jar file - Jar m

Jar examples for m:maven-bundle-plugin

Description

Provides a maven plugin which allows the creation of an OSGi bundle by embedding used packages as class or jars by inspecting the classpath used to compile the bundle. Plus a zillion other features. The plugin relies on the bnd tools, so to gather more information you can look at is documentation http://www.aqute.biz/php/tools/bnd.php

You can download jar file maven-bundle-plugin 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add maven-bundle-plugin-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

maven-bundle-plugin-1.0.0.jar
maven-bundle-plugin-1.0.0.pom



Related Tutorials