<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>org-eclipse-core-runtime-compatibility-auth</artifactId>
<version>RELEASE90</version>
</dependency>
implementation 'org.netbeans.external:org-eclipse-core-runtime-compatibility-auth:RELEASE90'
implementation("org.netbeans.external:org-eclipse-core-runtime-compatibility-auth:RELEASE90")
libraryDependencies += "org.netbeans.external" % "org-eclipse-core-runtime-compatibility-auth" % "RELEASE90"
@Grapes(
@Grab(group='org.netbeans.external', module='org-eclipse-core-runtime-compatibility-auth', version='RELEASE90')
)
<dependency org="org.netbeans.external" name="org-eclipse-core-runtime-compatibility-auth" rev="RELEASE90" />