e

exist-exiftool

eXist-db NoSQL Database XQuery EXIF Tool Extension
文件下载
文件名 操作
exist-exiftool-5.5.2.jar 下载
exist-exiftool-5.5.2.pom 下载
exist-exiftool-5.5.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-exiftool</artifactId>
  <version>5.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-exiftool:5.5.2'
Gradle Kotlin
implementation("org.exist-db:exist-exiftool:5.5.2")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-exiftool" % "5.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-exiftool', version='5.5.2')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-exiftool" rev="5.5.2" />
Leiningen
[org.exist-db/exist-exiftool "5.5.2"]
Apache Buildr
'org.exist-db:exist-exiftool:jar:5.5.2'