GroupId | GroupIdorg.ligoj.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap-business-parent |
Version | Version2.7.5 |
Type | Typepom |
Filename | Size |
---|---|
bootstrap-business-parent-2.7.5.pom | 4 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.7.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-business-parent/
implementation 'org.ligoj.bootstrap:bootstrap-business-parent:2.7.5'
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-business-parent/
implementation ("org.ligoj.bootstrap:bootstrap-business-parent:2.7.5")
'org.ligoj.bootstrap:bootstrap-business-parent:pom:2.7.5'
<dependency org="org.ligoj.bootstrap" name="bootstrap-business-parent" rev="2.7.5">
<artifact name="bootstrap-business-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.bootstrap', module='bootstrap-business-parent', version='2.7.5')
)
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-business-parent" % "2.7.5"
[org.ligoj.bootstrap/bootstrap-business-parent "2.7.5"]