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