Download maven-bundle-plugin-1.4.3.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.4.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

maven-bundle-plugin-1.4.3.jar
maven-bundle-plugin-1.4.3.pom



Related Tutorials