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