is not current version
Last Version 2.5.1

com.fizzed:stork-bootstrap 2.0.1

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.0.1
Type

Type

jar

Download stork-bootstrap 2.0.1


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