License |
License |
---|---|
GroupId | GroupIdorg.apache.excalibur.components |
ArtifactId | ArtifactIdexcalibur-sourceresolve |
Last Version | Last Version2.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExcalibur 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 |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avalon.framework : avalon-framework-impl | jar | 4.3.1 |
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |