b

bootstrap-launcher

Files download
File Operation
bootstrap-launcher-3.0.2.jar download
bootstrap-launcher-3.0.2.pom download
bootstrap-launcher-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ligoj.bootstrap</groupId>
  <artifactId>bootstrap-launcher</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.ligoj.bootstrap:bootstrap-launcher:3.0.2'
Gradle Kotlin
implementation("org.ligoj.bootstrap:bootstrap-launcher:3.0.2")
Scala SBT
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-launcher" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ligoj.bootstrap', module='bootstrap-launcher', version='3.0.2')
)
Apache Ivy
<dependency org="org.ligoj.bootstrap" name="bootstrap-launcher" rev="3.0.2" />
Leiningen
[org.ligoj.bootstrap/bootstrap-launcher "3.0.2"]
Apache Buildr
'org.ligoj.bootstrap:bootstrap-launcher:jar:3.0.2'