Download bnd-shared-maven-lib-4.0.0.jar file - Jar b

Jar examples for b:bnd-shared-maven-lib

Description

Shared logic used by bnd maven plugins.

You can download jar file bnd-shared-maven-lib 4.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add bnd-shared-maven-lib-4.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

bnd-shared-maven-lib-4.0.0-javadoc.jar
bnd-shared-maven-lib-4.0.0-sources.jar
bnd-shared-maven-lib-4.0.0.jar
bnd-shared-maven-lib-4.0.0.pom



Related Tutorials