<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-java-project</artifactId>
<version>RELEASE125</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-java-project" % "RELEASE125"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-java-project', version='RELEASE125')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-java-project" rev="RELEASE125" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE125
|-- org.netbeans.api:org-netbeans-api-java:RELEASE125
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-classfile:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-java-platform:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-project-ant:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE125
|-- org.netbeans.api:org-openide-filesystems:RELEASE125
|-- org.netbeans.api:org-openide-modules:RELEASE125