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