a

axiom-api

The Axiom API
http://ws.apache.org/axiom/
文件下载
文件名 操作
axiom-api-1.2.14.jar 下载
axiom-api-1.2.14.pom 下载
axiom-api-1.2.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>axiom-api</artifactId>
  <version>1.2.14</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:axiom-api:1.2.14'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:axiom-api:1.2.14")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-api" % "1.2.14"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='axiom-api', version='1.2.14')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.14" />
Leiningen
[org.apache.ws.commons.axiom/axiom-api "1.2.14"]
Apache Buildr
'org.apache.ws.commons.axiom:axiom-api:jar:1.2.14'