j

jiiify-presentation-v2

A Java Library for version 2 of the IIIF Presentation API
http://projects.freelibrary.info/jiiify-presentation-v2
The 3-Clause BSD License
Kevin S. Clarke
文件下载
文件名 操作
jiiify-presentation-v2-0.5.8.jar 下载
jiiify-presentation-v2-0.5.8.pom 下载
jiiify-presentation-v2-0.5.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>info.freelibrary</groupId>
  <artifactId>jiiify-presentation-v2</artifactId>
  <version>0.5.8</version>
</dependency>
Gradle Groovy
implementation 'info.freelibrary:jiiify-presentation-v2:0.5.8'
Gradle Kotlin
implementation("info.freelibrary:jiiify-presentation-v2:0.5.8")
Scala SBT
libraryDependencies += "info.freelibrary" % "jiiify-presentation-v2" % "0.5.8"
Groovy Grape
@Grapes(
  @Grab(group='info.freelibrary', module='jiiify-presentation-v2', version='0.5.8')
)
Apache Ivy
<dependency org="info.freelibrary" name="jiiify-presentation-v2" rev="0.5.8" />
Leiningen
[info.freelibrary/jiiify-presentation-v2 "0.5.8"]
Apache Buildr
'info.freelibrary:jiiify-presentation-v2:jar:0.5.8'