GroupId | GroupIdcom.geeoz.atom |
---|---|
ArtifactId | ArtifactIdatom-test |
Version | Version1.0d12 |
Type | Typejar |
Filename | Size |
---|---|
atom-test-1.0d12.pom | |
atom-test-1.0d12.jar | 20 KB |
atom-test-1.0d12-sources.jar | 25 KB |
atom-test-1.0d12-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geeoz.atom/atom-test/ -->
<dependency>
<groupId>com.geeoz.atom</groupId>
<artifactId>atom-test</artifactId>
<version>1.0d12</version>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-test/
implementation 'com.geeoz.atom:atom-test:1.0d12'
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-test/
implementation ("com.geeoz.atom:atom-test:1.0d12")
'com.geeoz.atom:atom-test:jar:1.0d12'
<dependency org="com.geeoz.atom" name="atom-test" rev="1.0d12">
<artifact name="atom-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.atom', module='atom-test', version='1.0d12')
)
libraryDependencies += "com.geeoz.atom" % "atom-test" % "1.0d12"
[com.geeoz.atom/atom-test "1.0d12"]