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