is not current version
Last Version 0.4

org.dm.gradle:bundle 0.3

Gradle plugin to generate OSGI bundles.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.dm.gradle
ArtifactId

ArtifactId

bundle
Version

Version

0.3
Type

Type

jar

Download bundle 0.3


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