is not current version
Last Version 1.2.3

com.fizzed:fizzed-stork-bootstrap 1.2.2

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

GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

fizzed-stork-bootstrap
Version

Version

1.2.2
Type

Type

jar

Download fizzed-stork-bootstrap 1.2.2


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