MVN

info.freelibrary : jiiify-presentation

Maven & Gradle

Aug 13, 2020
9 stars

jiiify-presentation · A Java Library for the IIIF Presentation API

<dependency>
    <groupId>info.freelibrary</groupId>
    <artifactId>jiiify-presentation</artifactId>
    <version>0.5.0-v3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.freelibrary : jiiify-presentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0-v3

All Versions

Choose a version of info.freelibrary : jiiify-presentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jiiify-presentation-0.5.0-v3
jiiify-presentation-0.5.0-v2
0.3.x
jiiify-presentation-0.3.1
jiiify-presentation-0.3.0
0.2.x
jiiify-presentation-0.2.0
0.1.x
jiiify-presentation-0.1.3
jiiify-presentation-0.1.2
jiiify-presentation-0.1.1
jiiify-presentation-0.1.0
v2
jiiify-presentation-v2-0.4.0
0.0.x
jiiify-presentation-0.0.5
jiiify-presentation-0.0.2
jiiify-presentation-0.0.1

How to add a dependency to Maven

Add the following info.freelibrary : jiiify-presentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.freelibrary</groupId>
    <artifactId>jiiify-presentation</artifactId>
    <version>0.5.0-v3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.freelibrary : jiiify-presentation gradle dependency to your build.gradle file:

implementation 'info.freelibrary:jiiify-presentation:0.5.0-v3'

Gradle Kotlin DSL: Add the following info.freelibrary : jiiify-presentation gradle kotlin dependency to your build.gradle.kts file:

implementation("info.freelibrary:jiiify-presentation:0.5.0-v3")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.freelibrary : jiiify-presentation sbt scala dependency to your build.sbt file:

libraryDependencies += "info.freelibrary" % "jiiify-presentation" % "0.5.0-v3"

Advertisement