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