is not current version
Last Version 0.0.9

org.openjax:cdm 0.0.7

CDM is an early development project to develop a Java API for the expression of the Java language.

GroupId

GroupId

org.openjax
ArtifactId

ArtifactId

cdm
Version

Version

0.0.7
Type

Type

jar

Download cdm 0.0.7


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