e

exist-simpleql

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