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