MVN

org.apache.felix : bnd-ipojo-plugin

Maven & Gradle

Dec 16, 2014
1 usages

Apache Felix iPOJO Bnd Plugin

<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>bnd-ipojo-plugin</artifactId>
    <version>1.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.felix : bnd-ipojo-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.1

All Versions

Choose a version of org.apache.felix : bnd-ipojo-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
bnd-ipojo-plugin-1.12.1
bnd-ipojo-plugin-1.12.0
1.11.x
bnd-ipojo-plugin-1.11.2
bnd-ipojo-plugin-1.11.1
bnd-ipojo-plugin-1.11.0
1.10.x
bnd-ipojo-plugin-1.10.1
bnd-ipojo-plugin-1.10.0
1.8.x
bnd-ipojo-plugin-1.8.6
bnd-ipojo-plugin-1.8.4
bnd-ipojo-plugin-1.8.2

How to add a dependency to Maven

Add the following org.apache.felix : bnd-ipojo-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>bnd-ipojo-plugin</artifactId>
    <version>1.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.felix : bnd-ipojo-plugin gradle dependency to your build.gradle file:

implementation 'org.apache.felix:bnd-ipojo-plugin:1.12.1'

Gradle Kotlin DSL: Add the following org.apache.felix : bnd-ipojo-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.felix:bnd-ipojo-plugin:1.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.felix : bnd-ipojo-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.felix" % "bnd-ipojo-plugin" % "1.12.1"