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