MVN

com.cedarsoft.serialization.test : xalan-bug

Maven & Gradle

Jul 16, 2019

serialization.Reproducing Xalan Bug

<dependency>
    <groupId>com.cedarsoft.serialization.test</groupId>
    <artifactId>xalan-bug</artifactId>
    <version>8.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.serialization.test : xalan-bug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.9.0
  • Latest Alpha: 7.0.0-alpha1

All Versions

Choose a version of com.cedarsoft.serialization.test : xalan-bug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.9.x
xalan-bug-8.9.0
8.8.x
xalan-bug-8.8.1
xalan-bug-8.8.0
8.7.x
xalan-bug-8.7.0
8.5.x
xalan-bug-8.5.1
xalan-bug-8.5.0
8.4.x
xalan-bug-8.4.0
8.3.x
xalan-bug-8.3.1
xalan-bug-8.3.0
8.2.x
xalan-bug-8.2.1
xalan-bug-8.2.0
8.1.x
xalan-bug-8.1.1
xalan-bug-8.1.0
8.0.x
xalan-bug-8.0.1
xalan-bug-8.0.0
7.2.x
xalan-bug-7.2.0
7.1.x
xalan-bug-7.1.0
7.0.x
xalan-bug-7.0.0
xalan-bug-7.0.0-alpha1
6.2.x
xalan-bug-6.2.0
6.1.x
xalan-bug-6.1.1
xalan-bug-6.1.0
6.0.x
xalan-bug-6.0.0
5.0.x
xalan-bug-5.0.0
4.1.x
xalan-bug-4.1.5
xalan-bug-4.1.4
xalan-bug-4.1.3
xalan-bug-4.1.2

How to add a dependency to Maven

Add the following com.cedarsoft.serialization.test : xalan-bug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.serialization.test</groupId>
    <artifactId>xalan-bug</artifactId>
    <version>8.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.serialization.test : xalan-bug gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.serialization.test:xalan-bug:8.9.0'

Gradle Kotlin DSL: Add the following com.cedarsoft.serialization.test : xalan-bug gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.serialization.test:xalan-bug:8.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.serialization.test : xalan-bug sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.serialization.test" % "xalan-bug" % "8.9.0"