<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-websvc-jaxwsmodelapi</artifactId>
<version>RELEASE170</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-websvc-jaxwsmodelapi:RELEASE170'
implementation("org.netbeans.modules:org-netbeans-modules-websvc-jaxwsmodelapi:RELEASE170")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-websvc-jaxwsmodelapi" % "RELEASE170"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-websvc-jaxwsmodelapi', version='RELEASE170')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-websvc-jaxwsmodelapi" rev="RELEASE170" />