MVN

de.julielab : xercesImpl

Maven & Gradle

Apr 21, 2017
1 usages
0 stars

JULIE Lab Xerces · A slightly adapted version of Xerces to allow the XMLStringBuffer responsible for XML attribute scanning to start larger and thus avoid extended appending times. The initial buffer size is controlled by settting the system property julielab.xerces.attributebuffersize (also available as constant XMLScanner#ATTRIBUTE_BUFFER_SIZE).

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>xercesImpl</artifactId>
    <version>2.11.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : xercesImpl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.0.1

All Versions

Choose a version of de.julielab : xercesImpl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
xercesImpl-2.11.0.1
2.11
xercesImpl-2.11

How to add a dependency to Maven

Add the following de.julielab : xercesImpl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>xercesImpl</artifactId>
    <version>2.11.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : xercesImpl gradle dependency to your build.gradle file:

implementation 'de.julielab:xercesImpl:2.11.0.1'

Gradle Kotlin DSL: Add the following de.julielab : xercesImpl gradle kotlin dependency to your build.gradle.kts file:

implementation("de.julielab:xercesImpl:2.11.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : xercesImpl sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "xercesImpl" % "2.11.0.1"

Advertisement

Dependencies from Group

Dec 18, 2022
87 usages
22 stars
Dec 18, 2022
39 usages
22 stars
Dec 18, 2022
38 usages
23 stars
Dec 16, 2022
35 usages
0 stars
Mar 09, 2023
12 usages
4 stars

Discover Dependencies