License |
License |
---|---|
Categories |
CategoriesMirror Application Layer Libs Introspection |
GroupId | GroupIdorg.sinnlabs |
ArtifactId | ArtifactIdzk-codemirror |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZK Codemirror
Integration of Codemirror library for ZK 7 framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
zk-codemirror-0.8.pom | |
zk-codemirror-0.8.jar | 132 KB |
zk-codemirror-0.8-sources.jar | 130 KB |
zk-codemirror-0.8-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sinnlabs/zk-codemirror/ -->
<dependency>
<groupId>org.sinnlabs</groupId>
<artifactId>zk-codemirror</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.sinnlabs/zk-codemirror/
implementation 'org.sinnlabs:zk-codemirror:0.8'
// https://jarcasting.com/artifacts/org.sinnlabs/zk-codemirror/
implementation ("org.sinnlabs:zk-codemirror:0.8")
'org.sinnlabs:zk-codemirror:jar:0.8'
<dependency org="org.sinnlabs" name="zk-codemirror" rev="0.8">
<artifact name="zk-codemirror" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sinnlabs', module='zk-codemirror', version='0.8')
)
libraryDependencies += "org.sinnlabs" % "zk-codemirror" % "0.8"
[org.sinnlabs/zk-codemirror "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.zkoss.zk : zul | jar | 7.0.3 |