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