GroupId | GroupIdcom.geeoz.atom |
---|---|
ArtifactId | ArtifactIdatom-web |
Version | Version1.0d17 |
Type | Typewar |
Filename | Size |
---|---|
atom-web-1.0d17.pom | |
atom-web-1.0d17.war | 50 MB |
atom-web-1.0d17-sources.war | 50 MB |
atom-web-1.0d17-sources.jar | 251 KB |
atom-web-1.0d17-javadoc.jar | 430 KB |
atom-web-1.0d17-classes.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geeoz.atom/atom-web/ -->
<dependency>
<groupId>com.geeoz.atom</groupId>
<artifactId>atom-web</artifactId>
<version>1.0d17</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-web/
implementation 'com.geeoz.atom:atom-web:1.0d17'
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-web/
implementation ("com.geeoz.atom:atom-web:1.0d17")
'com.geeoz.atom:atom-web:war:1.0d17'
<dependency org="com.geeoz.atom" name="atom-web" rev="1.0d17">
<artifact name="atom-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.atom', module='atom-web', version='1.0d17')
)
libraryDependencies += "com.geeoz.atom" % "atom-web" % "1.0d17"
[com.geeoz.atom/atom-web "1.0d17"]