is not current version
Last Version 2.7.2

xalan:xalan 2.3.1


GroupId

GroupId

xalan
ArtifactId

ArtifactId

xalan
Version

Version

2.3.1
Type

Type

jar

Download xalan 2.3.1


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