MVN

org.ow2.util.maven : maven-osgi-plugin-launcher-framework-knopflerfish

Maven & Gradle

Nov 30, 2009
1 usages

OW2 Util :: Maven :: Plugin :: OSGi :: Launchers :: Framework :: Knopflerfish · Knopflerfish framework

<dependency>
    <groupId>org.ow2.util.maven</groupId>
    <artifactId>maven-osgi-plugin-launcher-framework-knopflerfish</artifactId>
    <version>1.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.util.maven : maven-osgi-plugin-launcher-framework-knopflerfish to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.21

All Versions

Choose a version of org.ow2.util.maven : maven-osgi-plugin-launcher-framework-knopflerfish to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.21
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.20
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.19
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.18
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.17
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.16
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.15
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.14
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.13
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.12
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.11
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.10
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.9
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.8
maven-osgi-plugin-launcher-framework-knopflerfish-1.0.8b

How to add a dependency to Maven

Add the following org.ow2.util.maven : maven-osgi-plugin-launcher-framework-knopflerfish maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.util.maven</groupId>
    <artifactId>maven-osgi-plugin-launcher-framework-knopflerfish</artifactId>
    <version>1.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.util.maven : maven-osgi-plugin-launcher-framework-knopflerfish gradle dependency to your build.gradle file:

implementation 'org.ow2.util.maven:maven-osgi-plugin-launcher-framework-knopflerfish:1.0.21'

Gradle Kotlin DSL: Add the following org.ow2.util.maven : maven-osgi-plugin-launcher-framework-knopflerfish gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.util.maven:maven-osgi-plugin-launcher-framework-knopflerfish:1.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.util.maven : maven-osgi-plugin-launcher-framework-knopflerfish sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.util.maven" % "maven-osgi-plugin-launcher-framework-knopflerfish" % "1.0.21"