is not current version
Last Version 2.7.2

xalan:xalan 2.6.0


GroupId

GroupId

xalan
ArtifactId

ArtifactId

xalan
Version

Version

2.6.0
Type

Type

jar

Download xalan 2.6.0


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