MVN

org.ops4j.pax.swissbox : pax-swissbox-tinybundles

Maven & Gradle

Mar 06, 2013
69 usages
9 stars

OPS4J Pax Swissbox :: TinyBundles · Tiny Bundles is a library to create and modify adhoc bundles and other OSGi resources using fluent Java API.

<dependency>
    <groupId>org.ops4j.pax.swissbox</groupId>
    <artifactId>pax-swissbox-tinybundles</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.swissbox : pax-swissbox-tinybundles to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of org.ops4j.pax.swissbox : pax-swissbox-tinybundles to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
pax-swissbox-tinybundles-1.3.2
pax-swissbox-tinybundles-1.3.1
pax-swissbox-tinybundles-1.3.0
1.2.x
pax-swissbox-tinybundles-1.2.0
1.1.x
pax-swissbox-tinybundles-1.1.0
1.0.x
pax-swissbox-tinybundles-1.0.0

How to add a dependency to Maven

Add the following org.ops4j.pax.swissbox : pax-swissbox-tinybundles maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.swissbox</groupId>
    <artifactId>pax-swissbox-tinybundles</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.swissbox : pax-swissbox-tinybundles gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.swissbox:pax-swissbox-tinybundles:1.3.2'

Gradle Kotlin DSL: Add the following org.ops4j.pax.swissbox : pax-swissbox-tinybundles gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.swissbox:pax-swissbox-tinybundles:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.swissbox : pax-swissbox-tinybundles sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.swissbox" % "pax-swissbox-tinybundles" % "1.3.2"

Advertisement