<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-web-common</artifactId>
<version>RELEASE125</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-web-common" % "RELEASE125"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-web-common', version='RELEASE125')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-web-common" 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-libs-json_simple:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE125
|-- org.netbeans.api:org-openide-filesystems:RELEASE125
|-- org.netbeans.api:org-openide-modules:RELEASE125