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