<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-project-libraries-ui</artifactId>
<version>RELEASE121</version>
</dependency>
implementation 'org.netbeans.api:org-netbeans-modules-project-libraries-ui:RELEASE121'
implementation("org.netbeans.api:org-netbeans-modules-project-libraries-ui:RELEASE121")
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-project-libraries-ui" % "RELEASE121"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-project-libraries-ui', version='RELEASE121')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-project-libraries-ui" rev="RELEASE121" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE121
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE121
|-- org.netbeans.api:org-openide-awt:RELEASE121
|-- org.netbeans.api:org-openide-dialogs:RELEASE121
|-- org.netbeans.api:org-openide-explorer:RELEASE121
|-- org.netbeans.api:org-openide-filesystems:RELEASE121
|-- org.netbeans.api:org-openide-loaders:RELEASE121
|-- org.netbeans.api:org-openide-nodes:RELEASE121
|-- org.netbeans.api:org-openide-util:RELEASE121