Files download
File Operation
exist-parent-6.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-parent</artifactId>
  <version>6.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-parent:6.2.0'
Gradle Kotlin
implementation("org.exist-db:exist-parent:6.2.0")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-parent" % "6.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-parent', version='6.2.0')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-parent" rev="6.2.0" />
Leiningen
[org.exist-db/exist-parent "6.2.0"]
Apache Buildr
'org.exist-db:exist-parent:jar:6.2.0'
Dependencies
The project has no third-party dependencies