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