i

io.wcm.osgi.wrapper.parent

Parent POM for OSGi Wrapper Bundles.
Files download
File Operation
io.wcm.osgi.wrapper.parent-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.wcm.osgi.wrapper</groupId>
  <artifactId>io.wcm.osgi.wrapper.parent</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.parent:1.0.2'
Gradle Kotlin
implementation("io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.parent:1.0.2")
Scala SBT
libraryDependencies += "io.wcm.osgi.wrapper" % "io.wcm.osgi.wrapper.parent" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm.osgi.wrapper', module='io.wcm.osgi.wrapper.parent', version='1.0.2')
)
Apache Ivy
<dependency org="io.wcm.osgi.wrapper" name="io.wcm.osgi.wrapper.parent" rev="1.0.2" />
Leiningen
[io.wcm.osgi.wrapper/io.wcm.osgi.wrapper.parent "1.0.2"]
Apache Buildr
'io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.parent:jar:1.0.2'