MVN

org.coosproject.build-tools.org.knopflerfish.ant : osgirepo

Maven & Gradle

May 03, 2011

Ant task for osgi repository

<dependency>
    <groupId>org.coosproject.build-tools.org.knopflerfish.ant</groupId>
    <artifactId>osgirepo</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.coosproject.build-tools.org.knopflerfish.ant : osgirepo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.coosproject.build-tools.org.knopflerfish.ant : osgirepo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
osgirepo-1.3.1
osgirepo-1.3.0
1.2.x
osgirepo-1.2.10
osgirepo-1.2.9
osgirepo-1.2.8
osgirepo-1.2.7
osgirepo-1.2.3
osgirepo-1.2.2
osgirepo-1.2.0
1.1.x
osgirepo-1.1.0
1.0.x
osgirepo-1.0.2
osgirepo-1.0.1
osgirepo-1.0.0

How to add a dependency to Maven

Add the following org.coosproject.build-tools.org.knopflerfish.ant : osgirepo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.coosproject.build-tools.org.knopflerfish.ant</groupId>
    <artifactId>osgirepo</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.coosproject.build-tools.org.knopflerfish.ant : osgirepo gradle dependency to your build.gradle file:

implementation 'org.coosproject.build-tools.org.knopflerfish.ant:osgirepo:1.3.1'

Gradle Kotlin DSL: Add the following org.coosproject.build-tools.org.knopflerfish.ant : osgirepo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.coosproject.build-tools.org.knopflerfish.ant:osgirepo:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.coosproject.build-tools.org.knopflerfish.ant : osgirepo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.coosproject.build-tools.org.knopflerfish.ant" % "osgirepo" % "1.3.1"