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