o

osgi-subsystem-maven-plugin

A maven plugin that is aimed to generate an OSGi Subsystem archive (.esa) and its manifest file based on the instructions defined in the POM.
${c8tech.project.site.url}
Files download
File Operation
osgi-subsystem-maven-plugin-0.8.0.jar download
osgi-subsystem-maven-plugin-0.8.0.pom download
osgi-subsystem-maven-plugin-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>br.com.c8tech.tools</groupId>
  <artifactId>osgi-subsystem-maven-plugin</artifactId>
  <version>0.8.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'br.com.c8tech.tools:osgi-subsystem-maven-plugin:0.8.0'
Gradle Kotlin
implementation("br.com.c8tech.tools:osgi-subsystem-maven-plugin:0.8.0")
Scala SBT
libraryDependencies += "br.com.c8tech.tools" % "osgi-subsystem-maven-plugin" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='br.com.c8tech.tools', module='osgi-subsystem-maven-plugin', version='0.8.0')
)
Apache Ivy
<dependency org="br.com.c8tech.tools" name="osgi-subsystem-maven-plugin" rev="0.8.0" />
Leiningen
[br.com.c8tech.tools/osgi-subsystem-maven-plugin "0.8.0"]
Apache Buildr
'br.com.c8tech.tools:osgi-subsystem-maven-plugin:jar:0.8.0'