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