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

compile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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