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

com.fizzed:stork-bootstrap 2.1.0

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

Группа

Группа

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

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

stork-bootstrap
Версия

Версия

2.1.0
Тип

Тип

jar

Скачать stork-bootstrap 2.1.0


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