s

saaj-api

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
文件下载
文件名 操作
saaj-api-RELEASE130.jar 下载
saaj-api-RELEASE130.pom 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>saaj-api</artifactId>
  <version>RELEASE130</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:saaj-api:RELEASE130'
Gradle Kotlin
implementation("org.netbeans.external:saaj-api:RELEASE130")
Scala SBT
libraryDependencies += "org.netbeans.external" % "saaj-api" % "RELEASE130"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='saaj-api', version='RELEASE130')
)
Apache Ivy
<dependency org="org.netbeans.external" name="saaj-api" rev="RELEASE130" />
Leiningen
[org.netbeans.external/saaj-api "RELEASE130"]
Apache Buildr
'org.netbeans.external:saaj-api:jar:RELEASE130'