is not current version
Last Version 2.2.3

org.apache.excalibur.components:excalibur-sourceresolve 2.2.2

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.

GroupId

GroupId

org.apache.excalibur.components
ArtifactId

ArtifactId

excalibur-sourceresolve
Version

Version

2.2.2
Type

Type

jar

Download excalibur-sourceresolve 2.2.2


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