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