License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net CLI User Interface |
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdorg.eclipse.osgi_3.9.1.nb9 |
Version | VersionRELEASE126 |
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>RELEASE126</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:RELEASE126'
// 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:RELEASE126")
'org.netbeans.external:org.eclipse.osgi_3.9.1.nb9:jar:RELEASE126'
<dependency org="org.netbeans.external" name="org.eclipse.osgi_3.9.1.nb9" rev="RELEASE126">
<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='RELEASE126')
)
libraryDependencies += "org.netbeans.external" % "org.eclipse.osgi_3.9.1.nb9" % "RELEASE126"
[org.netbeans.external/org.eclipse.osgi_3.9.1.nb9 "RELEASE126"]