is not current version
Last Version 0.10.0

org.dm.gradle:gradle-bundle-plugin 0.7

Gradle plugin to generate OSGI bundles.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.dm.gradle
ArtifactId

ArtifactId

gradle-bundle-plugin
Version

Version

0.7
Type

Type

jar

Download gradle-bundle-plugin 0.7


<!-- https://jarcasting.com/artifacts/org.dm.gradle/gradle-bundle-plugin/ -->
<dependency>
    <groupId>org.dm.gradle</groupId>
    <artifactId>gradle-bundle-plugin</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.dm.gradle/gradle-bundle-plugin/
implementation 'org.dm.gradle:gradle-bundle-plugin:0.7'
// https://jarcasting.com/artifacts/org.dm.gradle/gradle-bundle-plugin/
implementation ("org.dm.gradle:gradle-bundle-plugin:0.7")
'org.dm.gradle:gradle-bundle-plugin:jar:0.7'
<dependency org="org.dm.gradle" name="gradle-bundle-plugin" rev="0.7">
  <artifact name="gradle-bundle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dm.gradle', module='gradle-bundle-plugin', version='0.7')
)
libraryDependencies += "org.dm.gradle" % "gradle-bundle-plugin" % "0.7"
[org.dm.gradle/gradle-bundle-plugin "0.7"]