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