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