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