не последняя версия
Последняя версия 1.2.1

co.fizzed:fizzed-stork-bootstrap 1.2.0

Bootstrap utility for launching Java apps, load system properties via config file, then starting app normally.

Группа

Группа

co.fizzed
Идентификатор

Идентификатор

fizzed-stork-bootstrap
Версия

Версия

1.2.0
Тип

Тип

jar

Скачать fizzed-stork-bootstrap 1.2.0


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