<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-j2ee-sun-dd</artifactId>
<version>RELEASE220</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-j2ee-sun-dd" % "RELEASE220"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-j2ee-sun-dd', version='RELEASE220')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-j2ee-sun-dd" rev="RELEASE220" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE220
|-- org.netbeans.api:org-netbeans-modules-schema2beans:RELEASE220
|-- org.netbeans.api:org-netbeans-modules-xml-core:RELEASE220
|-- org.netbeans.api:org-openide-filesystems:RELEASE220
|-- org.netbeans.api:org-openide-loaders:RELEASE220
|-- org.netbeans.api:org-openide-nodes:RELEASE220
|-- org.netbeans.api:org-openide-util-ui:RELEASE220