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