<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-editor-completion</artifactId>
<version>RELEASE170</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-editor-completion" % "RELEASE170"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-editor-completion', version='RELEASE170')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-editor-completion" rev="RELEASE170" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>3</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-modules-editor:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE170
|-- org.netbeans.api:org-netbeans-modules-sampler:RELEASE170
|-- org.netbeans.api:org-openide-awt:RELEASE170
|-- org.netbeans.api:org-openide-filesystems:RELEASE170
|-- org.netbeans.api:org-openide-modules:RELEASE170
|-- org.netbeans.api:org-openide-text:RELEASE170
|-- org.netbeans.api:org-openide-util:RELEASE170