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