<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-javascript2-editor</artifactId>
<version>RELEASE113</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-javascript2-editor:RELEASE113'
implementation("org.netbeans.modules:org-netbeans-modules-javascript2-editor:RELEASE113")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-javascript2-editor" % "RELEASE113"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-javascript2-editor', version='RELEASE113')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-javascript2-editor" rev="RELEASE113" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE113
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE113
|-- org.netbeans.api:org-netbeans-core-multiview:RELEASE113
|-- org.netbeans.api:org-netbeans-libs-antlr4-runtime:RELEASE113
|-- org.netbeans.api:org-netbeans-libs-nashorn:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-csl-api:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-csl-types:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-css-editor:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-css-lib:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-bracesmatching:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-codetemplates:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-fold:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-indent-support:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-html-editor:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-html-editor-lib:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-html-lexer:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-javascript2-doc:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-javascript2-json:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-javascript2-lexer:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-javascript2-model:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-javascript2-types:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-options-api:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-options-editor:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-projectuiapi:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE113
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE113
|-- org.netbeans.modules:org-netbeans-modules-web-common:RELEASE113
|-- org.netbeans.api:org-openide-awt:RELEASE113
|-- org.netbeans.api:org-openide-filesystems:RELEASE113
|-- org.netbeans.api:org-openide-loaders:RELEASE113
|-- org.netbeans.api:org-openide-modules:RELEASE113
|-- org.netbeans.api:org-openide-nodes:RELEASE113
|-- org.netbeans.api:org-openide-text:RELEASE113
|-- org.netbeans.api:org-openide-util:RELEASE113
|-- org.netbeans.api:org-openide-util-lookup:RELEASE113