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