| License | License | 
|---|---|
| Categories | CategoriesNetBeans Development Tools IDE Net CLI User Interface | 
| GroupId | GroupIdorg.netbeans.external | 
| ArtifactId | ArtifactIdorg.eclipse.osgi_3.9.1.nb9 | 
| Version | VersionRELEASE124 | 
| Type | Typejar | 
| Description | DescriptionMaven definition for org.eclipse.osgi_3.9.1.nb9.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.eclipse.osgi_3.9.1.nb9/ -->
<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>org.eclipse.osgi_3.9.1.nb9</artifactId>
    <version>RELEASE124</version>
</dependency>// https://jarcasting.com/artifacts/org.netbeans.external/org.eclipse.osgi_3.9.1.nb9/
implementation 'org.netbeans.external:org.eclipse.osgi_3.9.1.nb9:RELEASE124'// https://jarcasting.com/artifacts/org.netbeans.external/org.eclipse.osgi_3.9.1.nb9/
implementation ("org.netbeans.external:org.eclipse.osgi_3.9.1.nb9:RELEASE124")'org.netbeans.external:org.eclipse.osgi_3.9.1.nb9:jar:RELEASE124'<dependency org="org.netbeans.external" name="org.eclipse.osgi_3.9.1.nb9" rev="RELEASE124">
  <artifact name="org.eclipse.osgi_3.9.1.nb9" type="jar" />
</dependency>@Grapes(
@Grab(group='org.netbeans.external', module='org.eclipse.osgi_3.9.1.nb9', version='RELEASE124')
)libraryDependencies += "org.netbeans.external" % "org.eclipse.osgi_3.9.1.nb9" % "RELEASE124"[org.netbeans.external/org.eclipse.osgi_3.9.1.nb9 "RELEASE124"]