MVN

de.ibapl.spsw : de.ibapl.spsw.provider.osgi-tests

Maven & Gradle

Mar 27, 2018
1 usages
6 stars

SPSW OSGi Tests

<dependency>
    <groupId>de.ibapl.spsw</groupId>
    <artifactId>de.ibapl.spsw.provider.osgi-tests</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ibapl.spsw : de.ibapl.spsw.provider.osgi-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of de.ibapl.spsw : de.ibapl.spsw.provider.osgi-tests to add to Maven or Gradle - All Versions:

  • Version Updated
  • de.ibapl.spsw.provider.osgi-tests-2.0.0

    Mar 27, 2018
  • de.ibapl.spsw.provider.osgi-tests-1.0.0

    Jun 27, 2017

How to add a dependency to Maven

Add the following de.ibapl.spsw : de.ibapl.spsw.provider.osgi-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.ibapl.spsw</groupId>
    <artifactId>de.ibapl.spsw.provider.osgi-tests</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.ibapl.spsw : de.ibapl.spsw.provider.osgi-tests gradle dependency to your build.gradle file:

implementation 'de.ibapl.spsw:de.ibapl.spsw.provider.osgi-tests:2.0.0'

Gradle Kotlin DSL: Add the following de.ibapl.spsw : de.ibapl.spsw.provider.osgi-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("de.ibapl.spsw:de.ibapl.spsw.provider.osgi-tests:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.ibapl.spsw : de.ibapl.spsw.provider.osgi-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "de.ibapl.spsw" % "de.ibapl.spsw.provider.osgi-tests" % "2.0.0"