| License |
License |
|---|---|
| Categories |
CategorieseXist Data Databases |
| GroupId | GroupIdorg.exist-db |
| ArtifactId | ArtifactIdexist-start |
| Version | Version5.3.1 |
| Type | Typejar |
| Description |
DescriptioneXist-db Startup
Startup for eXist-db NoSQL Database Client/Server
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| exist-start-5.3.1.pom | |
| exist-start-5.3.1.jar | 20 KB |
| exist-start-5.3.1-sources.jar | 17 KB |
| exist-start-5.3.1-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-start/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-start</artifactId>
<version>5.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-start/
implementation 'org.exist-db:exist-start:5.3.1'
// https://jarcasting.com/artifacts/org.exist-db/exist-start/
implementation ("org.exist-db:exist-start:5.3.1")
'org.exist-db:exist-start:jar:5.3.1'
<dependency org="org.exist-db" name="exist-start" rev="5.3.1">
<artifact name="exist-start" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-start', version='5.3.1')
)
libraryDependencies += "org.exist-db" % "exist-start" % "5.3.1"
[org.exist-db/exist-start "5.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest | jar | 2.2 |