| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools eXist Data Databases |
| GroupId | GroupIdorg.exist-db |
| ArtifactId | ArtifactIdexist-ant |
| Last Version | Last Version6.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptioneXist-db Ant Tasks
Ant Tasks for eXist-db NoSQL Database Client/Server
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| exist-ant-6.0.1.pom | |
| exist-ant-6.0.1.jar | 53 KB |
| exist-ant-6.0.1-sources.jar | 45 KB |
| exist-ant-6.0.1-javadoc.jar | 159 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-ant/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-ant</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-ant/
implementation 'org.exist-db:exist-ant:6.0.1'
// https://jarcasting.com/artifacts/org.exist-db/exist-ant/
implementation ("org.exist-db:exist-ant:6.0.1")
'org.exist-db:exist-ant:jar:6.0.1'
<dependency org="org.exist-db" name="exist-ant" rev="6.0.1">
<artifact name="exist-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-ant', version='6.0.1')
)
libraryDependencies += "org.exist-db" % "exist-ant" % "6.0.1"
[org.exist-db/exist-ant "6.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.exist-db : exist-core | jar | 6.0.1 |
| org.exist-db : exist-start | jar | 6.0.1 |
| net.sf.xmldb-org : xmldb-api | jar | 1.7.0 |
| org.apache.ant : ant | jar | 1.10.12 |
| xml-apis : xml-apis | jar | 1.4.01 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| junit : junit | jar | 4.13.2 |
| org.apache.ant : ant-testutil | jar | 1.10.12 |
| org.hamcrest : hamcrest | jar | 2.2 |