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