e

exist

eXist-db multi-module project
Files download
File Operation
exist-5.0.0-RC8.pom download
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist</artifactId>
  <version>5.0.0-RC8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist:5.0.0-RC8'
Gradle Kotlin
implementation("org.exist-db:exist:5.0.0-RC8")
Scala SBT
libraryDependencies += "org.exist-db" % "exist" % "5.0.0-RC8"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist', version='5.0.0-RC8')
)
Apache Ivy
<dependency org="org.exist-db" name="exist" rev="5.0.0-RC8" />
Leiningen
[org.exist-db/exist "5.0.0-RC8"]
Apache Buildr
'org.exist-db:exist:jar:5.0.0-RC8'