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