<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-editor-fold-nbui</artifactId>
<version>RELEASE121</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-editor-fold-nbui:RELEASE121'
implementation("org.netbeans.modules:org-netbeans-modules-editor-fold-nbui:RELEASE121")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-editor-fold-nbui" % "RELEASE121"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-editor-fold-nbui', version='RELEASE121')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-editor-fold-nbui" rev="RELEASE121" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-fold:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-editor-settings-storage:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-settings-lib:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-options-api:RELEASE121
|-- org.netbeans.api:org-openide-awt:RELEASE121
|-- org.netbeans.api:org-openide-util-ui:RELEASE121