GroupId | GroupIdorg.ligoj.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap-core |
Version | Version1.7.6 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-core-1.7.6.pom | |
bootstrap-core-1.7.6.jar | 86 KB |
bootstrap-core-1.7.6-test-sources.jar | 36 KB |
bootstrap-core-1.7.6-sources.jar | 53 KB |
bootstrap-core-1.7.6-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-core/ -->
<dependency>
<groupId>org.ligoj.bootstrap</groupId>
<artifactId>bootstrap-core</artifactId>
<version>1.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-core/
implementation 'org.ligoj.bootstrap:bootstrap-core:1.7.6'
// https://jarcasting.com/artifacts/org.ligoj.bootstrap/bootstrap-core/
implementation ("org.ligoj.bootstrap:bootstrap-core:1.7.6")
'org.ligoj.bootstrap:bootstrap-core:jar:1.7.6'
<dependency org="org.ligoj.bootstrap" name="bootstrap-core" rev="1.7.6">
<artifact name="bootstrap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.bootstrap', module='bootstrap-core', version='1.7.6')
)
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-core" % "1.7.6"
[org.ligoj.bootstrap/bootstrap-core "1.7.6"]