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