Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.zkoss.theme |
ArtifactId | ArtifactIdatlantic |
Version | Version8.5.0 |
Type | Typejar |
Filename | Size |
---|---|
atlantic-8.5.0.pom | |
atlantic-8.5.0.jar | 613 KB |
atlantic-8.5.0-sources.jar | 6 bytes |
atlantic-8.5.0-javadoc.jar | 6 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.zkoss.theme/atlantic/ -->
<dependency>
<groupId>org.zkoss.theme</groupId>
<artifactId>atlantic</artifactId>
<version>8.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zkoss.theme/atlantic/
implementation 'org.zkoss.theme:atlantic:8.5.0'
// https://jarcasting.com/artifacts/org.zkoss.theme/atlantic/
implementation ("org.zkoss.theme:atlantic:8.5.0")
'org.zkoss.theme:atlantic:jar:8.5.0'
<dependency org="org.zkoss.theme" name="atlantic" rev="8.5.0">
<artifact name="atlantic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zkoss.theme', module='atlantic', version='8.5.0')
)
libraryDependencies += "org.zkoss.theme" % "atlantic" % "8.5.0"
[org.zkoss.theme/atlantic "8.5.0"]