| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.fracpete |
| Идентификатор | Идентификаторbootstrapp |
| Версия | Версия0.1.8 |
| Тип | Типjar |
| Описание |
Описаниеbootstrapp
Tool for bootstrapping Maven applications by simply using a list of dependencies.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bootstrapp-0.1.8.pom | |
| bootstrapp-0.1.8.jar | 32 KB |
| bootstrapp-0.1.8-sources.jar | 20 KB |
| bootstrapp-0.1.8-javadoc.jar | 439 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>bootstrapp</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation 'com.github.fracpete:bootstrapp:0.1.8'
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation ("com.github.fracpete:bootstrapp:0.1.8")
'com.github.fracpete:bootstrapp:jar:0.1.8'
<dependency org="com.github.fracpete" name="bootstrapp" rev="0.1.8">
<artifact name="bootstrapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='bootstrapp', version='0.1.8')
)
libraryDependencies += "com.github.fracpete" % "bootstrapp" % "0.1.8"
[com.github.fracpete/bootstrapp "0.1.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.1 |
| org.apache.maven.plugins : maven-dependency-plugin | jar | 3.2.0 |
| org.apache.maven.shared : maven-invoker | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |