MVN

de.tototec : mill-osgi-testsupport_2.12

Maven & Gradle

Nov 24, 2020
6 stars

mill-osgi-testsupport_2.12 · Mill module adding OSGi bundle support

<dependency>
    <groupId>de.tototec</groupId>
    <artifactId>mill-osgi-testsupport_2.12</artifactId>
    <version>0.3.1-1-7ea87a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tototec : mill-osgi-testsupport_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1-1-7ea87a

All Versions

Choose a version of de.tototec : mill-osgi-testsupport_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mill-osgi-testsupport_2.12-0.3.1-1-7ea87a
mill-osgi-testsupport_2.12-0.3.1
mill-osgi-testsupport_2.12-0.3.0-32-86520c
mill-osgi-testsupport_2.12-0.3.0-31-8e8adc
mill-osgi-testsupport_2.12-0.3.0-30-8f7d6a
mill-osgi-testsupport_2.12-0.3.0-29-8e84c2
mill-osgi-testsupport_2.12-0.3.0-27-2fc7b7
mill-osgi-testsupport_2.12-0.3.0-26-37c668
mill-osgi-testsupport_2.12-0.3.0-25-1f31fb
mill-osgi-testsupport_2.12-0.3.0-24-05d957
mill-osgi-testsupport_2.12-0.3.0-23-bddc50
mill-osgi-testsupport_2.12-0.3.0-22-2d0f9b
mill-osgi-testsupport_2.12-0.3.0-19-e6afae
mill-osgi-testsupport_2.12-0.3.0-18-d235ca
mill-osgi-testsupport_2.12-0.3.0-17-163d51
mill-osgi-testsupport_2.12-0.3.0-16-628303
mill-osgi-testsupport_2.12-0.3.0-15-abd360
mill-osgi-testsupport_2.12-0.3.0-14-3cacfe

How to add a dependency to Maven

Add the following de.tototec : mill-osgi-testsupport_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.tototec</groupId>
    <artifactId>mill-osgi-testsupport_2.12</artifactId>
    <version>0.3.1-1-7ea87a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tototec : mill-osgi-testsupport_2.12 gradle dependency to your build.gradle file:

implementation 'de.tototec:mill-osgi-testsupport_2.12:0.3.1-1-7ea87a'

Gradle Kotlin DSL: Add the following de.tototec : mill-osgi-testsupport_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tototec:mill-osgi-testsupport_2.12:0.3.1-1-7ea87a")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tototec : mill-osgi-testsupport_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tototec" % "mill-osgi-testsupport_2.12" % "0.3.1-1-7ea87a"