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