MVN

org.sonatype.appbooter.plexus-booters : plexus-jsw-app-booter

Maven & Gradle

Sep 13, 2010
8 usages

Plexus Booters: JSW

<dependency>
    <groupId>org.sonatype.appbooter.plexus-booters</groupId>
    <artifactId>plexus-jsw-app-booter</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.appbooter.plexus-booters : plexus-jsw-app-booter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of org.sonatype.appbooter.plexus-booters : plexus-jsw-app-booter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
plexus-jsw-app-booter-2.1.1
plexus-jsw-app-booter-2.1.0
2.0.x
plexus-jsw-app-booter-2.0.0
1.6.x
plexus-jsw-app-booter-1.6.6
plexus-jsw-app-booter-1.6.5
plexus-jsw-app-booter-1.6.4.1
plexus-jsw-app-booter-1.6.4
plexus-jsw-app-booter-1.6.3
plexus-jsw-app-booter-1.6.2
plexus-jsw-app-booter-1.6.1
plexus-jsw-app-booter-1.6.0
1.5
plexus-jsw-app-booter-1.5
1.4
plexus-jsw-app-booter-1.4
1.3
plexus-jsw-app-booter-1.3
1.2.x
plexus-jsw-app-booter-1.2.1
1.2
plexus-jsw-app-booter-1.2
1.1
plexus-jsw-app-booter-1.1
1.0
plexus-jsw-app-booter-1.0

How to add a dependency to Maven

Add the following org.sonatype.appbooter.plexus-booters : plexus-jsw-app-booter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.appbooter.plexus-booters</groupId>
    <artifactId>plexus-jsw-app-booter</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.appbooter.plexus-booters : plexus-jsw-app-booter gradle dependency to your build.gradle file:

implementation 'org.sonatype.appbooter.plexus-booters:plexus-jsw-app-booter:2.1.1'

Gradle Kotlin DSL: Add the following org.sonatype.appbooter.plexus-booters : plexus-jsw-app-booter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.appbooter.plexus-booters:plexus-jsw-app-booter:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.appbooter.plexus-booters : plexus-jsw-app-booter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.appbooter.plexus-booters" % "plexus-jsw-app-booter" % "2.1.1"