is not current version
Last Version 9.6.0.2

org.zkoss.theme:breeze 9.0.0

ZK Breeze Theme

GroupId

GroupId

org.zkoss.theme
ArtifactId

ArtifactId

breeze
Version

Version

9.0.0
Type

Type

jar

Download breeze 9.0.0


<!-- https://jarcasting.com/artifacts/org.zkoss.theme/breeze/ -->
<dependency>
    <groupId>org.zkoss.theme</groupId>
    <artifactId>breeze</artifactId>
    <version>9.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zkoss.theme/breeze/
implementation 'org.zkoss.theme:breeze:9.0.0'
// https://jarcasting.com/artifacts/org.zkoss.theme/breeze/
implementation ("org.zkoss.theme:breeze:9.0.0")
'org.zkoss.theme:breeze:jar:9.0.0'
<dependency org="org.zkoss.theme" name="breeze" rev="9.0.0">
  <artifact name="breeze" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zkoss.theme', module='breeze', version='9.0.0')
)
libraryDependencies += "org.zkoss.theme" % "breeze" % "9.0.0"
[org.zkoss.theme/breeze "9.0.0"]