is not current version
Last Version 2.0.7

org.bytemechanics:standalone-ignite 2.0.2

Library to reduce the code necessary to start and make a controlled shutdown of standalone applications

GroupId

GroupId

org.bytemechanics
ArtifactId

ArtifactId

standalone-ignite
Version

Version

2.0.2
Type

Type

jar

Download standalone-ignite 2.0.2


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