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