<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-glassfish-eecommon</artifactId>
<version>RELEASE121</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-glassfish-eecommon:RELEASE121'
implementation("org.netbeans.modules:org-netbeans-modules-glassfish-eecommon:RELEASE121")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-glassfish-eecommon" % "RELEASE121"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-glassfish-eecommon', version='RELEASE121')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-glassfish-eecommon" rev="RELEASE121" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-db:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-glassfish-tooling:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-j2ee-common:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-j2ee-dd:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-j2ee-dd-webservice:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-j2ee-metadata:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-j2ee-sun-dd:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-j2eeapis:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-j2eeserver:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-schema2beans:RELEASE121
|-- org.netbeans.api:org-openide-awt:RELEASE121
|-- org.netbeans.api:org-openide-dialogs:RELEASE121
|-- org.netbeans.api:org-openide-filesystems:RELEASE121
|-- org.netbeans.api:org-openide-io:RELEASE121
|-- org.netbeans.api:org-openide-loaders:RELEASE121
|-- org.netbeans.api:org-openide-modules:RELEASE121
|-- org.netbeans.api:org-openide-nodes:RELEASE121
|-- org.netbeans.api:org-openide-text:RELEASE121
|-- org.netbeans.api:org-openide-util-ui:RELEASE121
|-- org.netbeans.api:org-openide-util:RELEASE121