文件下载
文件名 操作
org-netbeans-modules-project-libraries-RELEASE124.jar 下载
org-netbeans-modules-project-libraries-RELEASE124.pom 下载
org-netbeans-modules-project-libraries-RELEASE124-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.api</groupId>
  <artifactId>org-netbeans-modules-project-libraries</artifactId>
  <version>RELEASE124</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE124'
Gradle Kotlin
implementation("org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE124")
Scala SBT
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-project-libraries" % "RELEASE124"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.api', module='org-netbeans-modules-project-libraries', version='RELEASE124')
)
Apache Ivy
<dependency org="org.netbeans.api" name="org-netbeans-modules-project-libraries" rev="RELEASE124" />
Leiningen
[org.netbeans.api/org-netbeans-modules-project-libraries "RELEASE124"]
Apache Buildr
'org.netbeans.api:org-netbeans-modules-project-libraries:jar:RELEASE124'