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