Gradle Bundle Plugin

Gradle plugin to generate OSGI bundles.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.dm.gradle
ArtifactId

ArtifactId

bundle
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Bundle Plugin
Gradle plugin to generate OSGI bundles.
Project URL

Project URL

https://github.com/TomDmitriev/gradle-bundle-plugin

Download bundle

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
biz.aQute.bnd : bndlib jar 2.3.0

test (2)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.0-groovy-1.8-SNAPSHOT
cglib : cglib-nodep jar 3.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.4
0.3
0.2
0.1