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