b

bundles

OSGi Bundles used in OW2
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
Files download
File Operation
bundles-1.0.17.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.bundles</groupId>
  <artifactId>bundles</artifactId>
  <version>1.0.17</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.bundles:bundles:1.0.17'
Gradle Kotlin
implementation("org.ow2.bundles:bundles:1.0.17")
Scala SBT
libraryDependencies += "org.ow2.bundles" % "bundles" % "1.0.17"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.bundles', module='bundles', version='1.0.17')
)
Apache Ivy
<dependency org="org.ow2.bundles" name="bundles" rev="1.0.17" />
Leiningen
[org.ow2.bundles/bundles "1.0.17"]
Apache Buildr
'org.ow2.bundles:bundles:jar:1.0.17'