License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net |
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdsaaj-api |
Version | VersionRELEASE130 |
Type | Typejar |
Description |
DescriptionMaven definition for saaj-api.jar - external part of NetBeans module.
POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
saaj-api-RELEASE130.pom | |
saaj-api-RELEASE130.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/saaj-api/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>saaj-api</artifactId>
<version>RELEASE130</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/saaj-api/
implementation 'org.netbeans.external:saaj-api:RELEASE130'
// https://jarcasting.com/artifacts/org.netbeans.external/saaj-api/
implementation ("org.netbeans.external:saaj-api:RELEASE130")
'org.netbeans.external:saaj-api:jar:RELEASE130'
<dependency org="org.netbeans.external" name="saaj-api" rev="RELEASE130">
<artifact name="saaj-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='saaj-api', version='RELEASE130')
)
libraryDependencies += "org.netbeans.external" % "saaj-api" % "RELEASE130"
[org.netbeans.external/saaj-api "RELEASE130"]