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