is not current version
Last Version RELEASE130

org.netbeans.external:saaj-api RELEASE122

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.external
ArtifactId

ArtifactId

saaj-api
Version

Version

RELEASE122
Type

Type

jar

Download saaj-api RELEASE122


<!-- https://jarcasting.com/artifacts/org.netbeans.external/saaj-api/ -->
<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>saaj-api</artifactId>
    <version>RELEASE122</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/saaj-api/
implementation 'org.netbeans.external:saaj-api:RELEASE122'
// https://jarcasting.com/artifacts/org.netbeans.external/saaj-api/
implementation ("org.netbeans.external:saaj-api:RELEASE122")
'org.netbeans.external:saaj-api:jar:RELEASE122'
<dependency org="org.netbeans.external" name="saaj-api" rev="RELEASE122">
  <artifact name="saaj-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='saaj-api', version='RELEASE122')
)
libraryDependencies += "org.netbeans.external" % "saaj-api" % "RELEASE122"
[org.netbeans.external/saaj-api "RELEASE122"]