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