b

bootstrap-owb2

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