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