Last Version

Excalibur Sourceresolve 2.2.3

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.

License

License

GroupId

GroupId

org.apache.excalibur.components
ArtifactId

ArtifactId

excalibur-sourceresolve
Version

Version

2.2.3
Type

Type

jar
Description

Description

Excalibur Sourceresolve
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.
Project Organization

Project Organization

Apache Software Foundation

Download excalibur-sourceresolve 2.2.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.avalon.framework : avalon-framework-impl jar 4.3.1

provided (3)

Group / Artifact Type Version
commons-vfs : commons-vfs jar 1.0
commons-httpclient : commons-httpclient jar 3.0.1
commons-logging : commons-logging jar 1.0.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.