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