<dependency> <groupId>org.exist-db</groupId> <artifactId>exist-sql</artifactId> <version>6.3.0</version> </dependency>
implementation 'org.exist-db:exist-sql:6.3.0'
implementation("org.exist-db:exist-sql:6.3.0")
libraryDependencies += "org.exist-db" % "exist-sql" % "6.3.0"
@Grapes( @Grab(group='org.exist-db', module='exist-sql', version='6.3.0') )
<dependency org="org.exist-db" name="exist-sql" rev="6.3.0" />
[org.exist-db/exist-sql "6.3.0"]
'org.exist-db:exist-sql:jar:6.3.0'
<parent> <groupId>org.exist-db</groupId> <artifactId>exist-parent</artifactId> <version>6.3.0</version> </parent>
compile
|-- org.exist-db:exist-core
|-- org.apache.logging.log4j:log4j-api
|-- commons-io:commons-io
|-- xml-apis:xml-apis
|-- com.google.code.findbugs:jsr305
|-- com.zaxxer:HikariCP:4.0.3
test
|-- junit:junit
|-- org.easymock:easymock
|-- com.h2database:h2:2.1.214
|-- com.evolvedbinary.j8fu:j8fu
|-- com.github.h-thurow:simple-jndi:0.23.0