is not current version
Last Version 2.7.2

xalan:xalan 2.7.1

Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in other program.

GroupId

GroupId

xalan
ArtifactId

ArtifactId

xalan
Version

Version

2.7.1
Type

Type

jar

Download xalan 2.7.1


<!-- https://jarcasting.com/artifacts/xalan/xalan/ -->
<dependency>
    <groupId>xalan</groupId>
    <artifactId>xalan</artifactId>
    <version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/xalan/xalan/
implementation 'xalan:xalan:2.7.1'
// https://jarcasting.com/artifacts/xalan/xalan/
implementation ("xalan:xalan:2.7.1")
'xalan:xalan:jar:2.7.1'
<dependency org="xalan" name="xalan" rev="2.7.1">
  <artifact name="xalan" type="jar" />
</dependency>
@Grapes(
@Grab(group='xalan', module='xalan', version='2.7.1')
)
libraryDependencies += "xalan" % "xalan" % "2.7.1"
[xalan "2.7.1"]