<dependency> <groupId>org.exist-db</groupId> <artifactId>exist-exiftool</artifactId> <version>5.5.1</version> </dependency>
implementation 'org.exist-db:exist-exiftool:5.5.1'
implementation("org.exist-db:exist-exiftool:5.5.1")
libraryDependencies += "org.exist-db" % "exist-exiftool" % "5.5.1"
@Grapes( @Grab(group='org.exist-db', module='exist-exiftool', version='5.5.1') )
<dependency org="org.exist-db" name="exist-exiftool" rev="5.5.1" />
[org.exist-db/exist-exiftool "5.5.1"]
'org.exist-db:exist-exiftool:jar:5.5.1'
<parent> <groupId>org.exist-db</groupId> <artifactId>exist-parent</artifactId> <version>5.5.1</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