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