<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-languages-toml</artifactId>
<version>RELEASE190</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-languages-toml" % "RELEASE190"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-languages-toml', version='RELEASE190')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-languages-toml" 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-antlr4-runtime:RELEASE190
|-- org.netbeans.api:org-netbeans-libs-tomlj: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-completion:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-editor-document: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-lexer:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-lexer-antlr4: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