s

saxon9B

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