Last Version

Gradle SCR Plugin 0.1.3

A wrapper around the felix scr generation so it can be easily used in gradle to create scr metadata for OSGi Bundles.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

be.jlr-home.gradle
ArtifactId

ArtifactId

scrPlugin
Version

Version

0.1.3
Type

Type

jar
Description

Description

Gradle SCR Plugin
A wrapper around the felix scr generation so it can be easily used in gradle to create scr metadata for OSGi Bundles.
Project URL

Project URL

https://github.com/janvolck/gradle-scr-plugin

Download scrPlugin 0.1.3


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.felix : org.apache.felix.scr.ds-annotations jar 1.2.4
org.codehaus.plexus : plexus-utils jar 3.0.15
org.osgi : org.osgi.compendium jar 5.0.0
org.apache.felix : org.apache.felix.scr.generator jar 1.9.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.+

Project Modules

There are no modules declared in this project.