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