文件下载
文件名 操作
idml-lang_2.12-1.0.30.jar 下载
idml-lang_2.12-1.0.30.pom 下载
idml-lang_2.12-1.0.30-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.idml</groupId>
  <artifactId>idml-lang_2.12</artifactId>
  <version>1.0.30</version>
</dependency>
Gradle Groovy
implementation 'io.idml:idml-lang_2.12:1.0.30'
Gradle Kotlin
implementation("io.idml:idml-lang_2.12:1.0.30")
Scala SBT
libraryDependencies += "io.idml" % "idml-lang_2.12" % "1.0.30"
Groovy Grape
@Grapes(
  @Grab(group='io.idml', module='idml-lang_2.12', version='1.0.30')
)
Apache Ivy
<dependency org="io.idml" name="idml-lang_2.12" rev="1.0.30" />
Leiningen
[io.idml/idml-lang_2.12 "1.0.30"]
Apache Buildr
'io.idml:idml-lang_2.12:jar:1.0.30'