Download excalibur-sourceresolve-2.2.1.jar file - Jar e

Jar examples for e:excalibur-sourceresolve

Description

A very common problem is resolving a source, which means finding a source using a URI. The source resolver of Avalon Excalibur is a component helping you in this task. It resolves sources from a given URI. The URI can use all available protocols of the JRE. In addition own protocols can be plugged-in. So using the standard protocols like HTTP, FTP or file can be handled in the same way, like dealing with custom, self-build protocols such as myxmldatabase://root/documents/test.xml.

You can download jar file excalibur-sourceresolve 2.2.1 in this page.

License

Apache License

Build File

You can use the following script to add excalibur-sourceresolve-2.2.1.jar to your project.

<dependency>
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'org.apache.excalibur.components', name: 'excalibur-sourceresolve', version: '2.2.1'
libraryDependencies += "org.apache.excalibur.components" % "excalibur-sourceresolve" % "2.2.1"
<dependency org="org.apache.excalibur.components" name="excalibur-sourceresolve" rev="2.2.1"/>
@Grapes(@Grab(group='org.apache.excalibur.components', module='excalibur-sourceresolve', version='2.2.1'))
'org.apache.excalibur.components:excalibur-sourceresolve:jar:2.2.1'

Download

Click the following link to download the jar file.

excalibur-sourceresolve-2.2.1.jar
excalibur-sourceresolve-2.2.1-javadoc.jar
excalibur-sourceresolve-2.2.1.pom
excalibur-sourceresolve-2.2.1-sources.jar



Related Tutorials