is not current version
Last Version 0.10.0

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

Gradle plugin to generate OSGI bundles.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.dm.gradle
ArtifactId

ArtifactId

gradle-bundle-plugin
Version

Version

0.8.1
Type

Type

jar

Download gradle-bundle-plugin 0.8.1


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