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