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