License |
License |
---|---|
Categories |
CategorieseXist Data Databases Dex General Purpose Libraries Utility |
GroupId | GroupIdorg.exist-db |
ArtifactId | ArtifactIdexist-indexes |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptioneXist-db Index Extensions
eXist-db NoSQL Database Index Extensions
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
exist-indexes-6.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-indexes/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-indexes</artifactId>
<version>6.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-indexes/
implementation 'org.exist-db:exist-indexes:6.0.1'
// https://jarcasting.com/artifacts/org.exist-db/exist-indexes/
implementation ("org.exist-db:exist-indexes:6.0.1")
'org.exist-db:exist-indexes:pom:6.0.1'
<dependency org="org.exist-db" name="exist-indexes" rev="6.0.1">
<artifact name="exist-indexes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-indexes', version='6.0.1')
)
libraryDependencies += "org.exist-db" % "exist-indexes" % "6.0.1"
[org.exist-db/exist-indexes "6.0.1"]