MVN

de.tototec : mill-osgi-testsupport_mill0.11.0-M7_2.13

Maven & Gradle

Jun 23, 2023
6 stars

mill-osgi-testsupport_mill0.11.0-M7_2.13 · Mill module adding OSGi bundle support

<dependency>
    <groupId>de.tototec</groupId>
    <artifactId>mill-osgi-testsupport_mill0.11.0-M7_2.13</artifactId>
    <version>0.4.0-49-5949f8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tototec : mill-osgi-testsupport_mill0.11.0-M7_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0-49-5949f8

All Versions

Choose a version of de.tototec : mill-osgi-testsupport_mill0.11.0-M7_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-49-5949f8
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-48-052c17
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-47-5d4036
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-46-d2ef12
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-45-285f14
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-44-c07ae3
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-43-ed1cb4
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-42-55ca47
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-41-2ba368
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-40-66565f
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-39-a2ea62
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-38-5e98af
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-37-b2ea84
mill-osgi-testsupport_mill0.11.0-M7_2.13-0.4.0-36-2cdc56

How to add a dependency to Maven

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

<dependency>
    <groupId>de.tototec</groupId>
    <artifactId>mill-osgi-testsupport_mill0.11.0-M7_2.13</artifactId>
    <version>0.4.0-49-5949f8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tototec : mill-osgi-testsupport_mill0.11.0-M7_2.13 gradle dependency to your build.gradle file:

implementation 'de.tototec:mill-osgi-testsupport_mill0.11.0-M7_2.13:0.4.0-49-5949f8'

Gradle Kotlin DSL: Add the following de.tototec : mill-osgi-testsupport_mill0.11.0-M7_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tototec:mill-osgi-testsupport_mill0.11.0-M7_2.13:0.4.0-49-5949f8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tototec : mill-osgi-testsupport_mill0.11.0-M7_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tototec" % "mill-osgi-testsupport_mill0.11.0-M7_2.13" % "0.4.0-49-5949f8"