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