s

static-tomee-bootstrap

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