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