b

bootstrap

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