License |
License |
---|---|
GroupId | GroupIdcom.github.fracpete |
ArtifactId | ArtifactIdbootstrapp |
Last Version | Last Version0.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootstrapp
Tool for bootstrapping Maven applications by simply using a list of dependencies.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootstrapp-0.1.11.pom | |
bootstrapp-0.1.11.jar | 29 KB |
bootstrapp-0.1.11-sources.jar | 18 KB |
bootstrapp-0.1.11-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>bootstrapp</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation 'com.github.fracpete:bootstrapp:0.1.11'
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation ("com.github.fracpete:bootstrapp:0.1.11")
'com.github.fracpete:bootstrapp:jar:0.1.11'
<dependency org="com.github.fracpete" name="bootstrapp" rev="0.1.11">
<artifact name="bootstrapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='bootstrapp', version='0.1.11')
)
libraryDependencies += "com.github.fracpete" % "bootstrapp" % "0.1.11"
[com.github.fracpete/bootstrapp "0.1.11"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fracpete : simple-argparse4j | jar | 0.0.13 |
com.github.fracpete : resourceextractor4j | jar | 0.0.1 |
com.github.fracpete : processoutput4j | jar | 0.0.11 |
com.github.fracpete : requests4j | jar | 0.2.2 |
org.apache.commons : commons-compress | jar | 1.21 |
org.apache.tika : tika-core | jar | 1.27 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.apache.maven.plugins : maven-dependency-plugin | jar | 3.2.0 |
org.apache.maven.shared : maven-invoker | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |