x

xalan

Files download
File Operation
xalan-2.3.1.jar download
xalan-2.3.1.pom download
Apache Maven
<dependency>
  <groupId>xalan</groupId>
  <artifactId>xalan</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'xalan:xalan:2.3.1'
Gradle Kotlin
implementation("xalan:xalan:2.3.1")
Scala SBT
libraryDependencies += "xalan" % "xalan" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='xalan', module='xalan', version='2.3.1')
)
Apache Ivy
<dependency org="xalan" name="xalan" rev="2.3.1" />
Leiningen
[xalan/xalan "2.3.1"]
Apache Buildr
'xalan:xalan:jar:2.3.1'
Dependencies
The project has no third-party dependencies