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