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