<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-editor-actions</artifactId>
<version>RELEASE210</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-editor-actions" % "RELEASE210"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-editor-actions', version='RELEASE210')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-editor-actions" rev="RELEASE210" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE210
|-- org.netbeans.api:org-netbeans-modules-editor-fold:RELEASE210
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE210
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE210
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE210
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE210
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE210
|-- org.netbeans.api:org-openide-util-ui:RELEASE210