GroupId | GroupIdcom.geeoz.atom |
---|---|
ArtifactId | ArtifactIdatom-showcase |
Version | Version1.0d23 |
Type | Typejar |
Filename | Size |
---|---|
atom-showcase-1.0d23.pom | |
atom-showcase-1.0d23.jar | 125 KB |
atom-showcase-1.0d23-sources.jar | 141 KB |
atom-showcase-1.0d23-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.0d23</version>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-showcase/
implementation 'com.geeoz.atom:atom-showcase:1.0d23'
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-showcase/
implementation ("com.geeoz.atom:atom-showcase:1.0d23")
'com.geeoz.atom:atom-showcase:jar:1.0d23'
<dependency org="com.geeoz.atom" name="atom-showcase" rev="1.0d23">
<artifact name="atom-showcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.atom', module='atom-showcase', version='1.0d23')
)
libraryDependencies += "com.geeoz.atom" % "atom-showcase" % "1.0d23"
[com.geeoz.atom/atom-showcase "1.0d23"]