is not current version
Last Version 2.0.7

org.bytemechanics:standalone-ignite 1.1.0

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

1.1.0
Type

Type

jar

Download standalone-ignite 1.1.0


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