| GroupId | GroupIdorg.zkoss.theme |
|---|---|
| ArtifactId | ArtifactIdbreeze |
| Version | Version9.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| breeze-9.0.0.pom | |
| breeze-9.0.0.jar | 355 KB |
| breeze-9.0.0-sources.jar | 22 bytes |
| breeze-9.0.0-javadoc.jar | 22 bytes |
| Browse |
<!-- 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"]