Categories |
CategorieseXist Data Databases Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.exist-db |
ArtifactId | ArtifactIdexist-indexes |
Version | Version5.1.1 |
Type | Typepom |
Filename | Size |
---|---|
exist-indexes-5.1.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>5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-indexes/
implementation 'org.exist-db:exist-indexes:5.1.1'
// https://jarcasting.com/artifacts/org.exist-db/exist-indexes/
implementation ("org.exist-db:exist-indexes:5.1.1")
'org.exist-db:exist-indexes:pom:5.1.1'
<dependency org="org.exist-db" name="exist-indexes" rev="5.1.1">
<artifact name="exist-indexes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-indexes', version='5.1.1')
)
libraryDependencies += "org.exist-db" % "exist-indexes" % "5.1.1"
[org.exist-db/exist-indexes "5.1.1"]