| GroupId | GroupIdorg.zkoss.theme |
|---|---|
| ArtifactId | ArtifactIdbreeze |
| Version | Version9.0.0-RC |
| Type | Typejar |
| Filename | Size |
|---|---|
| breeze-9.0.0-RC.pom | |
| breeze-9.0.0-RC.jar | 354 KB |
| breeze-9.0.0-RC-sources.jar | 22 bytes |
| breeze-9.0.0-RC-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-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.zkoss.theme/breeze/
implementation 'org.zkoss.theme:breeze:9.0.0-RC'
// https://jarcasting.com/artifacts/org.zkoss.theme/breeze/
implementation ("org.zkoss.theme:breeze:9.0.0-RC")
'org.zkoss.theme:breeze:jar:9.0.0-RC'
<dependency org="org.zkoss.theme" name="breeze" rev="9.0.0-RC">
<artifact name="breeze" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zkoss.theme', module='breeze', version='9.0.0-RC')
)
libraryDependencies += "org.zkoss.theme" % "breeze" % "9.0.0-RC"
[org.zkoss.theme/breeze "9.0.0-RC"]