s

scala-xml_2.13

scala-xml
http://www.scala-lang.org/
Apache-2.0
org.scala-lang.modules
LAMP/EPFL Lightbend, Inc.
文件下载
文件名 操作
scala-xml_2.13-2.0.0-M1.jar 下载
scala-xml_2.13-2.0.0-M1.pom 下载
scala-xml_2.13-2.0.0-M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scala-lang.modules</groupId>
  <artifactId>scala-xml_2.13</artifactId>
  <version>2.0.0-M1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.scala-lang.modules:scala-xml_2.13:2.0.0-M1'
Gradle Kotlin
implementation("org.scala-lang.modules:scala-xml_2.13:2.0.0-M1")
Scala SBT
libraryDependencies += "org.scala-lang.modules" % "scala-xml_2.13" % "2.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.scala-lang.modules', module='scala-xml_2.13', version='2.0.0-M1')
)
Apache Ivy
<dependency org="org.scala-lang.modules" name="scala-xml_2.13" rev="2.0.0-M1" />
Leiningen
[org.scala-lang.modules/scala-xml_2.13 "2.0.0-M1"]
Apache Buildr
'org.scala-lang.modules:scala-xml_2.13:jar:2.0.0-M1'