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