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