<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-java-editor-base</artifactId>
<version>RELEASE180</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-java-editor-base:RELEASE180'
implementation("org.netbeans.modules:org-netbeans-modules-java-editor-base:RELEASE180")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-java-editor-base" % "RELEASE180"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-java-editor-base', version='RELEASE180')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-java-editor-base" rev="RELEASE180" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>3</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE180
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE180
|-- org.netbeans.api:org-netbeans-libs-javacapi:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-java-lexer:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-java-project:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE180
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE180
|-- org.netbeans.api:org-openide-filesystems:RELEASE180