Gradle Bundle Plugin

A Gradle plugin for building, packaging and deploying OSGi bundles.

License

License

Figurate - License
Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.figurate
ArtifactId

ArtifactId

gradle-bundle-plugin
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Bundle Plugin
A Gradle plugin for building, packaging and deploying OSGi bundles.
Project URL

Project URL

http://figurate.org
Source Code Management

Source Code Management

https://github.com/figurate/figurate-gradle

Download gradle-bundle-plugin

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.12
org._10ne.gradle » rest-gradle-plugin jar 0.4.2
org.apache.httpcomponents : httpmime jar 4.3.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0