b

bootstrap-web-test

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