GroupId | GroupIdorg.ligoj.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap-launcher |
Version | Version2.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-launcher/ -->
<dependency>
<groupId>org.ligoj.bootstrap</groupId>
<artifactId>bootstrap-launcher</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-launcher/
implementation 'org.ligoj.bootstrap:bootstrap-launcher:2.4.0'
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-launcher/
implementation ("org.ligoj.bootstrap:bootstrap-launcher:2.4.0")
'org.ligoj.bootstrap:bootstrap-launcher:jar:2.4.0'
<dependency org="org.ligoj.bootstrap" name="bootstrap-launcher" rev="2.4.0">
<artifact name="bootstrap-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.bootstrap', module='bootstrap-launcher', version='2.4.0')
)
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-launcher" % "2.4.0"
[org.ligoj.bootstrap/bootstrap-launcher "2.4.0"]