Categories |
CategorieseXist Data Databases |
---|---|
GroupId | GroupIdorg.exist-db |
ArtifactId | ArtifactIdexist |
Version | Version5.1.1 |
Type | Typepom |
Filename | Size |
---|---|
exist-5.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist</artifactId>
<version>5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist/
implementation 'org.exist-db:exist:5.1.1'
// https://jarcasting.com/artifacts/org.exist-db/exist/
implementation ("org.exist-db:exist:5.1.1")
'org.exist-db:exist:pom:5.1.1'
<dependency org="org.exist-db" name="exist" rev="5.1.1">
<artifact name="exist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist', version='5.1.1')
)
libraryDependencies += "org.exist-db" % "exist" % "5.1.1"
[org.exist-db/exist "5.1.1"]