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