is not current version
Last Version 0.1.11

com.github.fracpete:bootstrapp 0.1.4

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

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

bootstrapp
Version

Version

0.1.4
Type

Type

jar

Download bootstrapp 0.1.4


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