is not current version
Last Version 0.4

org.dm.gradle:bundle 0.2

Gradle plugin to generate OSGI bundles.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.dm.gradle
ArtifactId

ArtifactId

bundle
Version

Version

0.2
Type

Type

jar

Download bundle 0.2


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