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