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