is not current version
Last Version 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.

GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

stork-bootstrap
Version

Version

2.1.0
Type

Type

jar

Download 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"]