b

bootstrap-web

Files download
File Operation
bootstrap-web-3.1.20.jar download
bootstrap-web-3.1.20.pom download
bootstrap-web-3.1.20-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ligoj.bootstrap</groupId>
  <artifactId>bootstrap-web</artifactId>
  <version>3.1.20</version>
</dependency>
Gradle Groovy
implementation 'org.ligoj.bootstrap:bootstrap-web:3.1.20'
Gradle Kotlin
implementation("org.ligoj.bootstrap:bootstrap-web:3.1.20")
Scala SBT
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-web" % "3.1.20"
Groovy Grape
@Grapes(
  @Grab(group='org.ligoj.bootstrap', module='bootstrap-web', version='3.1.20')
)
Apache Ivy
<dependency org="org.ligoj.bootstrap" name="bootstrap-web" rev="3.1.20" />
Leiningen
[org.ligoj.bootstrap/bootstrap-web "3.1.20"]
Apache Buildr
'org.ligoj.bootstrap:bootstrap-web:jar:3.1.20'