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