License |
License |
---|---|
Categories |
CategoriesIDE Development Tools NetBeans Net GUI User Interface |
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdorg-netbeans-modules-usersguide |
Version | VersionRELEASE126 |
Type | Typejar |
Description |
DescriptionMaven definition for org-netbeans-modules-usersguide.jar - external part of NetBeans module.
POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/org-netbeans-modules-usersguide/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>org-netbeans-modules-usersguide</artifactId>
<version>RELEASE126</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/org-netbeans-modules-usersguide/
implementation 'org.netbeans.external:org-netbeans-modules-usersguide:RELEASE126'
// https://jarcasting.com/artifacts/org.netbeans.external/org-netbeans-modules-usersguide/
implementation ("org.netbeans.external:org-netbeans-modules-usersguide:RELEASE126")
'org.netbeans.external:org-netbeans-modules-usersguide:jar:RELEASE126'
<dependency org="org.netbeans.external" name="org-netbeans-modules-usersguide" rev="RELEASE126">
<artifact name="org-netbeans-modules-usersguide" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='org-netbeans-modules-usersguide', version='RELEASE126')
)
libraryDependencies += "org.netbeans.external" % "org-netbeans-modules-usersguide" % "RELEASE126"
[org.netbeans.external/org-netbeans-modules-usersguide "RELEASE126"]