<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>org-eclipse-mylyn-commons-repositories-core</artifactId>
<version>RELEASE122</version>
</dependency>
implementation 'org.netbeans.external:org-eclipse-mylyn-commons-repositories-core:RELEASE122'
implementation("org.netbeans.external:org-eclipse-mylyn-commons-repositories-core:RELEASE122")
libraryDependencies += "org.netbeans.external" % "org-eclipse-mylyn-commons-repositories-core" % "RELEASE122"
@Grapes(
@Grab(group='org.netbeans.external', module='org-eclipse-mylyn-commons-repositories-core', version='RELEASE122')
)
<dependency org="org.netbeans.external" name="org-eclipse-mylyn-commons-repositories-core" rev="RELEASE122" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.eclipse.core:org.eclipse.core.runtime:3.7.0
|-- org.netbeans.external:org-eclipse-equinox-security:RELEASE122
|-- org.netbeans.external:org-eclipse-mylyn-commons-core:RELEASE122