Files download
File Operation
maven-archetype-osgi-bundle-1.6.0.jar download
maven-archetype-osgi-bundle-1.6.0.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.construct</groupId>
  <artifactId>maven-archetype-osgi-bundle</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.construct:maven-archetype-osgi-bundle:1.6.0'
Gradle Kotlin
implementation("org.ops4j.pax.construct:maven-archetype-osgi-bundle:1.6.0")
Scala SBT
libraryDependencies += "org.ops4j.pax.construct" % "maven-archetype-osgi-bundle" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.construct', module='maven-archetype-osgi-bundle', version='1.6.0')
)
Apache Ivy
<dependency org="org.ops4j.pax.construct" name="maven-archetype-osgi-bundle" rev="1.6.0" />
Leiningen
[org.ops4j.pax.construct/maven-archetype-osgi-bundle "1.6.0"]
Apache Buildr
'org.ops4j.pax.construct:maven-archetype-osgi-bundle:jar:1.6.0'