is not current version
Last Version 1.1.2

io.craftcode:craft-armor 1.0.0

An in-process service container to arm your application and enhance it���s robustness.

GroupId

GroupId

io.craftcode
ArtifactId

ArtifactId

craft-armor
Version

Version

1.0.0
Type

Type

jar

Download craft-armor 1.0.0


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