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