<dependency> <groupId>org.exist-db</groupId> <artifactId>exist-simpleql</artifactId> <version>6.3.0</version> </dependency>
implementation 'org.exist-db:exist-simpleql:6.3.0'
implementation("org.exist-db:exist-simpleql:6.3.0")
libraryDependencies += "org.exist-db" % "exist-simpleql" % "6.3.0"
@Grapes( @Grab(group='org.exist-db', module='exist-simpleql', version='6.3.0') )
<dependency org="org.exist-db" name="exist-simpleql" rev="6.3.0" />
[org.exist-db/exist-simpleql "6.3.0"]
'org.exist-db:exist-simpleql: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
|-- antlr:antlr
|-- org.apache.logging.log4j:log4j-api