GroupId | GroupIdcom.geeoz.atom |
---|---|
ArtifactId | ArtifactIdatom_2.11 |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
atom_2.11-0.3.0.pom | |
atom_2.11-0.3.0.jar | 337 bytes |
atom_2.11-0.3.0-sources.jar | 302 bytes |
atom_2.11-0.3.0-javadoc.jar | 257 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.geeoz.atom/atom_2.11/ -->
<dependency>
<groupId>com.geeoz.atom</groupId>
<artifactId>atom_2.11</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.atom/atom_2.11/
implementation 'com.geeoz.atom:atom_2.11:0.3.0'
// https://jarcasting.com/artifacts/com.geeoz.atom/atom_2.11/
implementation ("com.geeoz.atom:atom_2.11:0.3.0")
'com.geeoz.atom:atom_2.11:jar:0.3.0'
<dependency org="com.geeoz.atom" name="atom_2.11" rev="0.3.0">
<artifact name="atom_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.atom', module='atom_2.11', version='0.3.0')
)
libraryDependencies += "com.geeoz.atom" % "atom_2.11" % "0.3.0"
[com.geeoz.atom/atom_2.11 "0.3.0"]