GroupId | GroupIdde.digitalcollections |
---|---|
ArtifactId | ArtifactIdiiif-bookshelf-webapp |
Version | Version2.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.digitalcollections/iiif-bookshelf-webapp/ -->
<dependency>
<groupId>de.digitalcollections</groupId>
<artifactId>iiif-bookshelf-webapp</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.digitalcollections/iiif-bookshelf-webapp/
implementation 'de.digitalcollections:iiif-bookshelf-webapp:2.6.0'
// https://jarcasting.com/artifacts/de.digitalcollections/iiif-bookshelf-webapp/
implementation ("de.digitalcollections:iiif-bookshelf-webapp:2.6.0")
'de.digitalcollections:iiif-bookshelf-webapp:jar:2.6.0'
<dependency org="de.digitalcollections" name="iiif-bookshelf-webapp" rev="2.6.0">
<artifact name="iiif-bookshelf-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.digitalcollections', module='iiif-bookshelf-webapp', version='2.6.0')
)
libraryDependencies += "de.digitalcollections" % "iiif-bookshelf-webapp" % "2.6.0"
[de.digitalcollections/iiif-bookshelf-webapp "2.6.0"]