License |
License |
---|---|
Categories |
CategorieseXist Data Databases |
GroupId | GroupIdorg.exist-db |
ArtifactId | ArtifactIdexist |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptioneXist-db
eXist-db multi-module project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
exist-6.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist</artifactId>
<version>6.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist/
implementation 'org.exist-db:exist:6.0.1'
// https://jarcasting.com/artifacts/org.exist-db/exist/
implementation ("org.exist-db:exist:6.0.1")
'org.exist-db:exist:pom:6.0.1'
<dependency org="org.exist-db" name="exist" rev="6.0.1">
<artifact name="exist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist', version='6.0.1')
)
libraryDependencies += "org.exist-db" % "exist" % "6.0.1"
[org.exist-db/exist "6.0.1"]