Download bnd-export-maven-plugin-3.4.0.jar file - Jar b

Jar examples for b:bnd-export-maven-plugin

Description

Resolve and Export OSGi applications.

You can download jar file bnd-export-maven-plugin 3.4.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add bnd-export-maven-plugin-3.4.0.jar to your project.

<dependency>
   <groupId>biz.aQute.bnd</groupId>
   <artifactId>bnd-export-maven-plugin</artifactId>
   <version>3.4.0</version>
</dependency>
compile group: 'biz.aQute.bnd', name: 'bnd-export-maven-plugin', version: '3.4.0'
libraryDependencies += "biz.aQute.bnd" % "bnd-export-maven-plugin" % "3.4.0"
<dependency org="biz.aQute.bnd" name="bnd-export-maven-plugin" rev="3.4.0"/>
@Grapes(@Grab(group='biz.aQute.bnd', module='bnd-export-maven-plugin', version='3.4.0'))
'biz.aQute.bnd:bnd-export-maven-plugin:jar:3.4.0'

Download

Click the following link to download the jar file.

bnd-export-maven-plugin-3.4.0-javadoc.jar
bnd-export-maven-plugin-3.4.0-sources.jar
bnd-export-maven-plugin-3.4.0.jar
bnd-export-maven-plugin-3.4.0.pom



Related Tutorials