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