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