<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>RELEASE123</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-api-annotations-common" % "RELEASE123"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-api-annotations-common', version='RELEASE123')
)
<dependency org="org.netbeans.api" name="org-netbeans-api-annotations-common" rev="RELEASE123" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>