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