s

saaj-api

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