Download xerces-impl-2.9.0.jar file - Jar x

Jar examples for x:xerces-impl

Description

Combines version 2.9.0 of xerces serializer.jar and xerces xercesImpl.jar, neither of which are available within central repository (as of 7/8/2008)

You can download jar file xerces-impl 2.9.0 in this page.

Build File

You can use the following script to add xerces-impl-2.9.0.jar to your project.

<dependency>
   <groupId>org.bluestemsoftware.open.maven.tparty</groupId>
   <artifactId>xerces-impl</artifactId>
   <version>2.9.0</version>
</dependency>
compile group: 'org.bluestemsoftware.open.maven.tparty', name: 'xerces-impl', version: '2.9.0'
libraryDependencies += "org.bluestemsoftware.open.maven.tparty" % "xerces-impl" % "2.9.0"
<dependency org="org.bluestemsoftware.open.maven.tparty" name="xerces-impl" rev="2.9.0"/>
@Grapes(@Grab(group='org.bluestemsoftware.open.maven.tparty', module='xerces-impl', version='2.9.0'))
'org.bluestemsoftware.open.maven.tparty:xerces-impl:jar:2.9.0'

Download

Click the following link to download the jar file.

xerces-impl-2.9.0-sources.jar
xerces-impl-2.9.0.jar
xerces-impl-2.9.0.pom



Related Tutorials