Categories |
CategorieseXist Data Databases |
---|---|
GroupId | GroupIdexist |
ArtifactId | ArtifactIdexist-xmldb |
Last Version | Last Version0.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
exist-xmldb-0.9.2.pom | |
exist-xmldb-0.9.2.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/exist/exist-xmldb/ -->
<dependency>
<groupId>exist</groupId>
<artifactId>exist-xmldb</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/exist/exist-xmldb/
implementation 'exist:exist-xmldb:0.9.2'
// https://jarcasting.com/artifacts/exist/exist-xmldb/
implementation ("exist:exist-xmldb:0.9.2")
'exist:exist-xmldb:jar:0.9.2'
<dependency org="exist" name="exist-xmldb" rev="0.9.2">
<artifact name="exist-xmldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='exist', module='exist-xmldb', version='0.9.2')
)
libraryDependencies += "exist" % "exist-xmldb" % "0.9.2"
[exist/exist-xmldb "0.9.2"]