<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-j2ee-persistence</artifactId>
<version>RELEASE100</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-j2ee-persistence:RELEASE100'
implementation("org.netbeans.modules:org-netbeans-modules-j2ee-persistence:RELEASE100")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-j2ee-persistence" % "RELEASE100"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-j2ee-persistence', version='RELEASE100')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-j2ee-persistence" rev="RELEASE100" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>1</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE100
|-- org.netbeans.api:org-netbeans-api-java:RELEASE100
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE100
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE100
|-- org.netbeans.api:org-netbeans-api-progress-nb:RELEASE100
|-- org.netbeans.api:org-netbeans-api-xml:RELEASE100
|-- org.netbeans.api:org-netbeans-api-xml-ui:RELEASE100
|-- org.netbeans.api:org-netbeans-core-multiview:RELEASE100
|-- org.netbeans.api:org-netbeans-libs-javacapi:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-csl-api:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-csl-types:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-db:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-dbapi:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-dbschema:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-editor:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-editor-completion:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-j2ee-core-utilities:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-j2ee-eclipselink:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-j2ee-metadata:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-j2ee-metadata-model-support:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-j2ee-persistenceapi:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-java-editor:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-java-editor-lib:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-java-lexer:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-java-project:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-java-project-ui:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-java-source:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-java-sourceui:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-javaee-injection:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-project-libraries-ui:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-projectuiapi:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-schema2beans:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-xml-catalog:RELEASE100
|-- org.netbeans.api:org-netbeans-modules-xml-lexer:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-xml-multiview:RELEASE100
|-- org.netbeans.modules:org-netbeans-modules-xml-text:RELEASE100
|-- org.netbeans.api:org-openide-actions:RELEASE100
|-- org.netbeans.api:org-openide-awt:RELEASE100
|-- org.netbeans.api:org-openide-dialogs:RELEASE100
|-- org.netbeans.api:org-openide-explorer:RELEASE100
|-- org.netbeans.api:org-openide-filesystems:RELEASE100
|-- org.netbeans.api:org-openide-loaders:RELEASE100
|-- org.netbeans.api:org-openide-nodes:RELEASE100
|-- org.netbeans.api:org-openide-text:RELEASE100
|-- org.netbeans.api:org-openide-util:RELEASE100
|-- org.netbeans.api:org-openide-util-lookup:RELEASE100