Files download
File Operation
org-netbeans-modules-editor-kit-RELEASE230.jar download
org-netbeans-modules-editor-kit-RELEASE230.pom download
org-netbeans-modules-editor-kit-RELEASE230-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.modules</groupId>
  <artifactId>org-netbeans-modules-editor-kit</artifactId>
  <version>RELEASE230</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.modules:org-netbeans-modules-editor-kit:RELEASE230'
Gradle Kotlin
implementation("org.netbeans.modules:org-netbeans-modules-editor-kit:RELEASE230")
Scala SBT
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-editor-kit" % "RELEASE230"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.modules', module='org-netbeans-modules-editor-kit', version='RELEASE230')
)
Apache Ivy
<dependency org="org.netbeans.modules" name="org-netbeans-modules-editor-kit" rev="RELEASE230" />
Leiningen
[org.netbeans.modules/org-netbeans-modules-editor-kit "RELEASE230"]
Apache Buildr
'org.netbeans.modules:org-netbeans-modules-editor-kit:jar:RELEASE230'
Dependencies
<parent>
  <groupId>org.apache.netbeans</groupId>
  <artifactId>netbeans-parent</artifactId>
  <version>4</version>
</parent>

compile

|-- org.netbeans.modules:org-netbeans-modules-css-visual:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-editor-actions:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-editor-autosave:RELEASE230

|-- org.netbeans.api:org-netbeans-modules-editor-bracesmatching:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-editor-search:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-html:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-html-parser:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-html-validation:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-image:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-languages-diff:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-languages-go:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-languages-hcl:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-languages-manifest:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-languages-toml:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-languages-yaml:RELEASE230

|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-properties:RELEASE230

|-- org.netbeans.api:org-netbeans-modules-xml-core:RELEASE230

|-- org.netbeans.api:org-netbeans-modules-xml-lexer:RELEASE230

|-- org.netbeans.api:org-netbeans-modules-xml-schema-completion:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-xml-text:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-xml-tools:RELEASE230

|-- org.netbeans.modules:org-netbeans-modules-xsl:RELEASE230

|-- org.netbeans.api:org-netbeans-spi-editor-hints-projects:RELEASE230