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