is not current version
Last Version 9.6.0.2

org.zkoss.theme:breeze 5.0.7

ZK Breeze Theme

GroupId

GroupId

org.zkoss.theme
ArtifactId

ArtifactId

breeze
Version

Version

5.0.7
Type

Type

jar

Download breeze 5.0.7


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