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