<dependency> <groupId>org.exist-db</groupId> <artifactId>exist-jndi</artifactId> <version>6.2.0</version> </dependency>
implementation 'org.exist-db:exist-jndi:6.2.0'
implementation("org.exist-db:exist-jndi:6.2.0")
libraryDependencies += "org.exist-db" % "exist-jndi" % "6.2.0"
@Grapes( @Grab(group='org.exist-db', module='exist-jndi', version='6.2.0') )
<dependency org="org.exist-db" name="exist-jndi" rev="6.2.0" />
[org.exist-db/exist-jndi "6.2.0"]
'org.exist-db:exist-jndi:jar:6.2.0'
<parent> <groupId>org.exist-db</groupId> <artifactId>exist-parent</artifactId> <version>6.2.0</version> </parent>
compile
|-- org.exist-db:exist-core
|-- org.apache.logging.log4j:log4j-api
|-- xml-apis:xml-apis