Files download
File Operation
idml-lang_2.12-2.0.0-RC2.jar download
idml-lang_2.12-2.0.0-RC2.pom download
idml-lang_2.12-2.0.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.idml</groupId>
  <artifactId>idml-lang_2.12</artifactId>
  <version>2.0.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'io.idml:idml-lang_2.12:2.0.0-RC2'
Gradle Kotlin
implementation("io.idml:idml-lang_2.12:2.0.0-RC2")
Scala SBT
libraryDependencies += "io.idml" % "idml-lang_2.12" % "2.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='io.idml', module='idml-lang_2.12', version='2.0.0-RC2')
)
Apache Ivy
<dependency org="io.idml" name="idml-lang_2.12" rev="2.0.0-RC2" />
Leiningen
[io.idml/idml-lang_2.12 "2.0.0-RC2"]
Apache Buildr
'io.idml:idml-lang_2.12:jar:2.0.0-RC2'