| License |
License |
|---|---|
| Categories |
CategorieseXist Data Databases |
| GroupId | GroupIdorg.exist-db |
| ArtifactId | ArtifactIdexist-example |
| Version | Version5.2.0 |
| Type | Typejar |
| Description |
DescriptioneXist-db Example Module
eXist-db XQuery Example Module
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| exist-example-5.2.0.pom | |
| exist-example-5.2.0.jar | 4 KB |
| exist-example-5.2.0-sources.jar | 4 KB |
| exist-example-5.2.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-example/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-example</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-example/
implementation 'org.exist-db:exist-example:5.2.0'
// https://jarcasting.com/artifacts/org.exist-db/exist-example/
implementation ("org.exist-db:exist-example:5.2.0")
'org.exist-db:exist-example:jar:5.2.0'
<dependency org="org.exist-db" name="exist-example" rev="5.2.0">
<artifact name="exist-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-example', version='5.2.0')
)
libraryDependencies += "org.exist-db" % "exist-example" % "5.2.0"
[org.exist-db/exist-example "5.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.exist-db : exist-core | jar | 5.2.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.13.0 |