is not current version
Last Version 6.0.1

org.exist-db:exist-service 5.0.0-RC8

Operating System Service for eXist-db NoSQL Database Jetty Server

Categories

Categories

eXist Data Databases
GroupId

GroupId

org.exist-db
ArtifactId

ArtifactId

exist-service
Version

Version

5.0.0-RC8
Type

Type

jar

Download exist-service 5.0.0-RC8


<!-- https://jarcasting.com/artifacts/org.exist-db/exist-service/ -->
<dependency>
    <groupId>org.exist-db</groupId>
    <artifactId>exist-service</artifactId>
    <version>5.0.0-RC8</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-service/
implementation 'org.exist-db:exist-service:5.0.0-RC8'
// https://jarcasting.com/artifacts/org.exist-db/exist-service/
implementation ("org.exist-db:exist-service:5.0.0-RC8")
'org.exist-db:exist-service:jar:5.0.0-RC8'
<dependency org="org.exist-db" name="exist-service" rev="5.0.0-RC8">
  <artifact name="exist-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-service', version='5.0.0-RC8')
)
libraryDependencies += "org.exist-db" % "exist-service" % "5.0.0-RC8"
[org.exist-db/exist-service "5.0.0-RC8"]