e

exist-jetty-config

Configuration for eXist-db NoSQL Database Jetty Server
Files download
File Operation
exist-jetty-config-6.1.0.jar download
exist-jetty-config-6.1.0.pom download
exist-jetty-config-6.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-jetty-config</artifactId>
  <version>6.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-jetty-config:6.1.0'
Gradle Kotlin
implementation("org.exist-db:exist-jetty-config:6.1.0")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-jetty-config" % "6.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-jetty-config', version='6.1.0')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-jetty-config" rev="6.1.0" />
Leiningen
[org.exist-db/exist-jetty-config "6.1.0"]
Apache Buildr
'org.exist-db:exist-jetty-config:jar:6.1.0'