MVN

org.sonatype.sisu : sisu-bundle-launcher-testsupport

Maven & Gradle

Apr 23, 2021
2 usages
1 stars
<dependency>
    <groupId>org.sonatype.sisu</groupId>
    <artifactId>sisu-bundle-launcher-testsupport</artifactId>
    <version>1.11.0-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.sisu : sisu-bundle-launcher-testsupport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0-01

All Versions

Choose a version of org.sonatype.sisu : sisu-bundle-launcher-testsupport to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
sisu-bundle-launcher-testsupport-1.11.0-01
1.9
sisu-bundle-launcher-testsupport-1.9
1.8
sisu-bundle-launcher-testsupport-1.8

How to add a dependency to Maven

Add the following org.sonatype.sisu : sisu-bundle-launcher-testsupport maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.sisu</groupId>
    <artifactId>sisu-bundle-launcher-testsupport</artifactId>
    <version>1.11.0-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.sisu : sisu-bundle-launcher-testsupport gradle dependency to your build.gradle file:

implementation 'org.sonatype.sisu:sisu-bundle-launcher-testsupport:1.11.0-01'

Gradle Kotlin DSL: Add the following org.sonatype.sisu : sisu-bundle-launcher-testsupport gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.sisu:sisu-bundle-launcher-testsupport:1.11.0-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.sisu : sisu-bundle-launcher-testsupport sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.sisu" % "sisu-bundle-launcher-testsupport" % "1.11.0-01"