Download gradle-bundle-plugin-0.6.3.jar file - Jar g

Jar examples for g:gradle-bundle-plugin

Description

A Gradle plugin for building, OSGi bundles.

You can download jar file gradle-bundle-plugin 0.6.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-bundle-plugin-0.6.3.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-bundle-plugin-0.6.3-groovydoc.jar
gradle-bundle-plugin-0.6.3-javadoc.jar
gradle-bundle-plugin-0.6.3-sources.jar
gradle-bundle-plugin-0.6.3.jar
gradle-bundle-plugin-0.6.3.pom



Related Tutorials