| License |
License |
|---|---|
| GroupId | GroupIdgr.abiss.xcluder |
| ArtifactId | ArtifactIdxcluder |
| Last Version | Last Version0.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXCluder
xcluder is an XML Inclusions (XInclude) task for Apache Ant.
Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xcluder-0.9.2.pom | |
| xcluder-0.9.2.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/gr.abiss.xcluder/xcluder/ -->
<dependency>
<groupId>gr.abiss.xcluder</groupId>
<artifactId>xcluder</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/gr.abiss.xcluder/xcluder/
implementation 'gr.abiss.xcluder:xcluder:0.9.2'
// https://jarcasting.com/artifacts/gr.abiss.xcluder/xcluder/
implementation ("gr.abiss.xcluder:xcluder:0.9.2")
'gr.abiss.xcluder:xcluder:jar:0.9.2'
<dependency org="gr.abiss.xcluder" name="xcluder" rev="0.9.2">
<artifact name="xcluder" type="jar" />
</dependency>
@Grapes(
@Grab(group='gr.abiss.xcluder', module='xcluder', version='0.9.2')
)
libraryDependencies += "gr.abiss.xcluder" % "xcluder" % "0.9.2"
[gr.abiss.xcluder/xcluder "0.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| xom : xom | jar | [1.0,) |
| Group / Artifact | Type | Version |
|---|---|---|
| ant : ant | jar | 1.6.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |