b

bootstrapp

Tool for bootstrapping Maven applications by simply using a list of dependencies.
Apache 2.0
Peter Reutemann
Files download
File Operation
bootstrapp-0.1.13.jar download
bootstrapp-0.1.13.pom download
bootstrapp-0.1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>bootstrapp</artifactId>
  <version>0.1.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.fracpete:bootstrapp:0.1.13'
Gradle Kotlin
implementation("com.github.fracpete:bootstrapp:0.1.13")
Scala SBT
libraryDependencies += "com.github.fracpete" % "bootstrapp" % "0.1.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fracpete', module='bootstrapp', version='0.1.13')
)
Apache Ivy
<dependency org="com.github.fracpete" name="bootstrapp" rev="0.1.13" />
Leiningen
[com.github.fracpete/bootstrapp "0.1.13"]
Apache Buildr
'com.github.fracpete:bootstrapp:jar:0.1.13'