<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-css-editor</artifactId>
<version>RELEASE121</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-css-editor" % "RELEASE121"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-css-editor', version='RELEASE121')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-css-editor" rev="RELEASE121" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE121
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE121
|-- org.netbeans.api:org-netbeans-core-multiview:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-csl-api:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-csl-types:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-css-lib:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-css-model:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-bracesmatching:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-completion:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-html-lexer:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-refactoring-api:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-web-common:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-web-common-ui:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-web-indent:RELEASE121
|-- org.netbeans.api:org-openide-awt:RELEASE121
|-- org.netbeans.api:org-openide-dialogs:RELEASE121
|-- org.netbeans.api:org-openide-filesystems:RELEASE121
|-- org.netbeans.api:org-openide-io:RELEASE121
|-- org.netbeans.api:org-openide-loaders:RELEASE121
|-- org.netbeans.api:org-openide-modules:RELEASE121
|-- org.netbeans.api:org-openide-nodes:RELEASE121
|-- org.netbeans.api:org-openide-text:RELEASE121
|-- org.netbeans.api:org-openide-util-ui:RELEASE121
|-- org.netbeans.api:org-openide-util:RELEASE121