is not current version
Last Version 3.1.2

io.craftcode:craft-atom 3.0.0

A crafted and atomic component library for java

GroupId

GroupId

io.craftcode
ArtifactId

ArtifactId

craft-atom
Version

Version

3.0.0
Type

Type

pom

Download craft-atom 3.0.0

Filename Size
craft-atom-3.0.0.pom 6 KB
Browse

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