is not current version
Last Version 0.1.11

com.github.fracpete:bootstrapp 0.1.3

Tool for bootstrapping Maven applications by simply using a list of dependencies.

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

bootstrapp
Version

Version

0.1.3
Type

Type

jar

Download bootstrapp 0.1.3


<!-- https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>bootstrapp</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation 'com.github.fracpete:bootstrapp:0.1.3'
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation ("com.github.fracpete:bootstrapp:0.1.3")
'com.github.fracpete:bootstrapp:jar:0.1.3'
<dependency org="com.github.fracpete" name="bootstrapp" rev="0.1.3">
  <artifact name="bootstrapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='bootstrapp', version='0.1.3')
)
libraryDependencies += "com.github.fracpete" % "bootstrapp" % "0.1.3"
[com.github.fracpete/bootstrapp "0.1.3"]