Files download
File Operation
org-eclipse-core-runtime-compatibility-auth-RELEASE110.jar download
org-eclipse-core-runtime-compatibility-auth-RELEASE110.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>org-eclipse-core-runtime-compatibility-auth</artifactId>
  <version>RELEASE110</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:org-eclipse-core-runtime-compatibility-auth:RELEASE110'
Gradle Kotlin
implementation("org.netbeans.external:org-eclipse-core-runtime-compatibility-auth:RELEASE110")
Scala SBT
libraryDependencies += "org.netbeans.external" % "org-eclipse-core-runtime-compatibility-auth" % "RELEASE110"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='org-eclipse-core-runtime-compatibility-auth', version='RELEASE110')
)
Apache Ivy
<dependency org="org.netbeans.external" name="org-eclipse-core-runtime-compatibility-auth" rev="RELEASE110" />
Leiningen
[org.netbeans.external/org-eclipse-core-runtime-compatibility-auth "RELEASE110"]
Apache Buildr
'org.netbeans.external:org-eclipse-core-runtime-compatibility-auth:jar:RELEASE110'