GroupId | GroupIdio.craftcode |
---|---|
ArtifactId | ArtifactIdcraft-atom |
Version | Version3.1.1 |
Type | Typepom |
Filename | Size |
---|---|
craft-atom-3.1.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.craftcode/craft-atom/ -->
<dependency>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.craftcode/craft-atom/
implementation 'io.craftcode:craft-atom:3.1.1'
// https://jarcasting.com/artifacts/io.craftcode/craft-atom/
implementation ("io.craftcode:craft-atom:3.1.1")
'io.craftcode:craft-atom:pom:3.1.1'
<dependency org="io.craftcode" name="craft-atom" rev="3.1.1">
<artifact name="craft-atom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.craftcode', module='craft-atom', version='3.1.1')
)
libraryDependencies += "io.craftcode" % "craft-atom" % "3.1.1"
[io.craftcode/craft-atom "3.1.1"]