| GroupId | GroupIdorg.dspace.xmlui.xml | 
|---|---|
| ArtifactId | ArtifactIdxml-commons-resolver | 
| Last Version | Last Version1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| xml-commons-resolver-1.1.pom | |
| xml-commons-resolver-1.1.jar | 58 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.dspace.xmlui.xml/xml-commons-resolver/ -->
<dependency>
    <groupId>org.dspace.xmlui.xml</groupId>
    <artifactId>xml-commons-resolver</artifactId>
    <version>1.1</version>
</dependency>// https://jarcasting.com/artifacts/org.dspace.xmlui.xml/xml-commons-resolver/
implementation 'org.dspace.xmlui.xml:xml-commons-resolver:1.1'// https://jarcasting.com/artifacts/org.dspace.xmlui.xml/xml-commons-resolver/
implementation ("org.dspace.xmlui.xml:xml-commons-resolver:1.1")'org.dspace.xmlui.xml:xml-commons-resolver:jar:1.1'<dependency org="org.dspace.xmlui.xml" name="xml-commons-resolver" rev="1.1">
  <artifact name="xml-commons-resolver" type="jar" />
</dependency>@Grapes(
@Grab(group='org.dspace.xmlui.xml', module='xml-commons-resolver', version='1.1')
)libraryDependencies += "org.dspace.xmlui.xml" % "xml-commons-resolver" % "1.1"[org.dspace.xmlui.xml/xml-commons-resolver "1.1"]