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