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