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