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