MVN

org.ligoj.bootstrap : bootstrap-launcher

Maven & Gradle

Aug 17, 2023
2 usages
5 stars
<dependency>
    <groupId>org.ligoj.bootstrap</groupId>
    <artifactId>bootstrap-launcher</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ligoj.bootstrap : bootstrap-launcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.ligoj.bootstrap : bootstrap-launcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
bootstrap-launcher-3.1.0
3.0.x
bootstrap-launcher-3.0.6
bootstrap-launcher-3.0.5
bootstrap-launcher-3.0.4
bootstrap-launcher-3.0.3
bootstrap-launcher-3.0.2
bootstrap-launcher-3.0.1
bootstrap-launcher-3.0.0
2.9.x
bootstrap-launcher-2.9.2
bootstrap-launcher-2.9.1
bootstrap-launcher-2.9.0
2.8.x
bootstrap-launcher-2.8.12
bootstrap-launcher-2.8.11
bootstrap-launcher-2.8.10
bootstrap-launcher-2.8.9
bootstrap-launcher-2.8.8
bootstrap-launcher-2.8.7
bootstrap-launcher-2.8.6
bootstrap-launcher-2.8.5
bootstrap-launcher-2.8.4
bootstrap-launcher-2.8.3
bootstrap-launcher-2.8.2
bootstrap-launcher-2.8.1
bootstrap-launcher-2.8.0
2.7.x
bootstrap-launcher-2.7.11
bootstrap-launcher-2.7.10
bootstrap-launcher-2.7.9
bootstrap-launcher-2.7.8
bootstrap-launcher-2.7.7
bootstrap-launcher-2.7.6
bootstrap-launcher-2.7.5
bootstrap-launcher-2.7.4
bootstrap-launcher-2.7.3
bootstrap-launcher-2.7.2
bootstrap-launcher-2.7.0
2.6.x
bootstrap-launcher-2.6.0
2.5.x
bootstrap-launcher-2.5.5
bootstrap-launcher-2.5.1
2.4.x
bootstrap-launcher-2.4.5
bootstrap-launcher-2.4.4
bootstrap-launcher-2.4.3
bootstrap-launcher-2.4.2
bootstrap-launcher-2.4.1
bootstrap-launcher-2.4.0
2.3.x
bootstrap-launcher-2.3.3
bootstrap-launcher-2.3.2
bootstrap-launcher-2.3.1
bootstrap-launcher-2.3.0
2.2.x
bootstrap-launcher-2.2.3
bootstrap-launcher-2.2.2
bootstrap-launcher-2.2.1
bootstrap-launcher-2.2.0
2.1.x
bootstrap-launcher-2.1.1
bootstrap-launcher-2.1.0
2.0.x
bootstrap-launcher-2.0.1
bootstrap-launcher-2.0.0
1.7.x
bootstrap-launcher-1.7.6
bootstrap-launcher-1.7.5
bootstrap-launcher-1.7.4
bootstrap-launcher-1.7.2
bootstrap-launcher-1.7.1
bootstrap-launcher-1.7.0
1.6.x
bootstrap-launcher-1.6.5
bootstrap-launcher-1.6.4
bootstrap-launcher-1.6.3
bootstrap-launcher-1.6.2
bootstrap-launcher-1.6.1
bootstrap-launcher-1.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ligoj.bootstrap</groupId>
    <artifactId>bootstrap-launcher</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ligoj.bootstrap : bootstrap-launcher gradle dependency to your build.gradle file:

implementation 'org.ligoj.bootstrap:bootstrap-launcher:3.1.0'

Gradle Kotlin DSL: Add the following org.ligoj.bootstrap : bootstrap-launcher gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ligoj.bootstrap:bootstrap-launcher:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ligoj.bootstrap : bootstrap-launcher sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-launcher" % "3.1.0"