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