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