is not current version
Last Version 0.8

org.sinnlabs:zk-codemirror 0.3

Integration of Codemirror library for ZK 7 framework

Categories

Categories

Mirror Application Layer Libs Introspection
GroupId

GroupId

org.sinnlabs
ArtifactId

ArtifactId

zk-codemirror
Version

Version

0.3
Type

Type

jar

Download zk-codemirror 0.3


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