Files download
File Operation
org-netbeans-modules-parsing-api-RELEASE190.jar download
org-netbeans-modules-parsing-api-RELEASE190.pom download
org-netbeans-modules-parsing-api-RELEASE190-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.api</groupId>
  <artifactId>org-netbeans-modules-parsing-api</artifactId>
  <version>RELEASE190</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE190'
Gradle Kotlin
implementation("org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE190")
Scala SBT
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-parsing-api" % "RELEASE190"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.api', module='org-netbeans-modules-parsing-api', version='RELEASE190')
)
Apache Ivy
<dependency org="org.netbeans.api" name="org-netbeans-modules-parsing-api" rev="RELEASE190" />
Leiningen
[org.netbeans.api/org-netbeans-modules-parsing-api "RELEASE190"]
Apache Buildr
'org.netbeans.api:org-netbeans-modules-parsing-api:jar:RELEASE190'