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