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