o

org-netbeans-tax

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