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