| GroupId | GroupIdorg.zkoss.theme |
|---|---|
| ArtifactId | ArtifactIdbreeze |
| Version | Version5.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| breeze-5.0.7.pom | |
| breeze-5.0.7.jar | 239 KB |
| breeze-5.0.7-sources.jar | 0 bytes |
| breeze-5.0.7-javadoc.jar | 0 bytes |
| Browse |
<!-- 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"]