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

compile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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