文件下载
文件名 操作
org-netbeans-modules-editor-kit-RELEASE124.jar 下载
org-netbeans-modules-editor-kit-RELEASE124.pom 下载
org-netbeans-modules-editor-kit-RELEASE124-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.modules</groupId>
  <artifactId>org-netbeans-modules-editor-kit</artifactId>
  <version>RELEASE124</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.modules:org-netbeans-modules-editor-kit:RELEASE124'
Gradle Kotlin
implementation("org.netbeans.modules:org-netbeans-modules-editor-kit:RELEASE124")
Scala SBT
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-editor-kit" % "RELEASE124"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.modules', module='org-netbeans-modules-editor-kit', version='RELEASE124')
)
Apache Ivy
<dependency org="org.netbeans.modules" name="org-netbeans-modules-editor-kit" rev="RELEASE124" />
Leiningen
[org.netbeans.modules/org-netbeans-modules-editor-kit "RELEASE124"]
Apache Buildr
'org.netbeans.modules:org-netbeans-modules-editor-kit:jar:RELEASE124'
本项目依赖
<parent>
  <groupId>org.apache.netbeans</groupId>
  <artifactId>netbeans-parent</artifactId>
  <version>2</version>
</parent>

compile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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