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