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