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
Files download
File Operation
jiiify-presentation-v2-0.5.10.jar download
jiiify-presentation-v2-0.5.10.pom download
jiiify-presentation-v2-0.5.10-sources.jar download
Apache Maven
<dependency>
  <groupId>info.freelibrary</groupId>
  <artifactId>jiiify-presentation-v2</artifactId>
  <version>0.5.10</version>
</dependency>
Gradle Groovy
implementation 'info.freelibrary:jiiify-presentation-v2:0.5.10'
Gradle Kotlin
implementation("info.freelibrary:jiiify-presentation-v2:0.5.10")
Scala SBT
libraryDependencies += "info.freelibrary" % "jiiify-presentation-v2" % "0.5.10"
Groovy Grape
@Grapes(
  @Grab(group='info.freelibrary', module='jiiify-presentation-v2', version='0.5.10')
)
Apache Ivy
<dependency org="info.freelibrary" name="jiiify-presentation-v2" rev="0.5.10" />
Leiningen
[info.freelibrary/jiiify-presentation-v2 "0.5.10"]
Apache Buildr
'info.freelibrary:jiiify-presentation-v2:jar:0.5.10'