<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-languages-yaml</artifactId>
<version>RELEASE190</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-languages-yaml" % "RELEASE190"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-languages-yaml', version='RELEASE190')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-languages-yaml" rev="RELEASE190" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-core-multiview:RELEASE190
|-- org.netbeans.api:org-netbeans-libs-snakeyaml_engine:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-csl-api:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-csl-types:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE190
|-- org.netbeans.api:org-openide-awt:RELEASE190
|-- org.netbeans.api:org-openide-filesystems:RELEASE190
|-- org.netbeans.api:org-openide-util:RELEASE190
|-- org.netbeans.api:org-openide-util-lookup:RELEASE190