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