o

org.eclipse.osgi_3.9.1.nb9

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
Files download
File Operation
org.eclipse.osgi_3.9.1.nb9-RELEASE220.jar download
org.eclipse.osgi_3.9.1.nb9-RELEASE220.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>org.eclipse.osgi_3.9.1.nb9</artifactId>
  <version>RELEASE220</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:org.eclipse.osgi_3.9.1.nb9:RELEASE220'
Gradle Kotlin
implementation("org.netbeans.external:org.eclipse.osgi_3.9.1.nb9:RELEASE220")
Scala SBT
libraryDependencies += "org.netbeans.external" % "org.eclipse.osgi_3.9.1.nb9" % "RELEASE220"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='org.eclipse.osgi_3.9.1.nb9', version='RELEASE220')
)
Apache Ivy
<dependency org="org.netbeans.external" name="org.eclipse.osgi_3.9.1.nb9" rev="RELEASE220" />
Leiningen
[org.netbeans.external/org.eclipse.osgi_3.9.1.nb9 "RELEASE220"]
Apache Buildr
'org.netbeans.external:org.eclipse.osgi_3.9.1.nb9:jar:RELEASE220'