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