<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-websvc-jaxws21api</artifactId>
<version>RELEASE111</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-websvc-jaxws21api" % "RELEASE111"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-websvc-jaxws21api', version='RELEASE111')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-websvc-jaxws21api" rev="RELEASE111" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-modules-xml-jaxb-api:RELEASE111
|-- javax.xml.ws:jaxws-api:2.2.8
|-- javax.jws:jsr181-api:1.0-MR1