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