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