x

xml-apis

文件下载
文件名 操作
xml-apis-2.0.2.jar 下载
xml-apis-2.0.2.pom 下载
xml-apis-2.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>xml-apis</groupId>
  <artifactId>xml-apis</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'xml-apis:xml-apis:2.0.2'
Gradle Kotlin
implementation("xml-apis:xml-apis:2.0.2")
Scala SBT
libraryDependencies += "xml-apis" % "xml-apis" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='xml-apis', module='xml-apis', version='2.0.2')
)
Apache Ivy
<dependency org="xml-apis" name="xml-apis" rev="2.0.2" />
Leiningen
[xml-apis/xml-apis "2.0.2"]
Apache Buildr
'xml-apis:xml-apis:jar:2.0.2'
本项目依赖
该项目无第三方依赖