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