openseadragon

WebJar for openseadragon

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

openseadragon
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

openseadragon
WebJar for openseadragon
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/openseadragon/site-build

Download openseadragon

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/openseadragon/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>openseadragon</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/openseadragon/
implementation 'org.webjars.bower:openseadragon:2.3.0'
// https://jarcasting.com/artifacts/org.webjars.bower/openseadragon/
implementation ("org.webjars.bower:openseadragon:2.3.0")
'org.webjars.bower:openseadragon:jar:2.3.0'
<dependency org="org.webjars.bower" name="openseadragon" rev="2.3.0">
  <artifact name="openseadragon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='openseadragon', version='2.3.0')
)
libraryDependencies += "org.webjars.bower" % "openseadragon" % "2.3.0"
[org.webjars.bower/openseadragon "2.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

OpenSeadragon Site-Build

This project compiles static web pages which provide the examples and documentation for using OpenSeadragon.

On the Web

http://openseadragon.github.io/

First Time Setup

All command-line operations are scripted using Grunt which is based on Node.js. To get set up:

  1. Install Node, if you haven't already (available at the link above)
  2. Install the Grunt command line runner (if you haven't already); on the command line, run npm install -g grunt-cli
  3. Clone the site-build repository
  4. On the command line, go in to the site-build folder
  5. Run npm install

You're set... continue reading for build and test instructions.

Building the Web Pages

To build, just run (on the command line, in the site-build folder):

grunt build

The built website will appear in site-build/build.

If you want to try the site out in your browser, you can run:

grunt connect watch

This will run a server at http://localhost:9000/.

Building the Docs

grunt doc

... will build the docs into the local build folder.

Publishing

To publish, run:

grunt publish

This cleans out the openseadragon.github.com folder (which you've cloned from the openseadragon.github.com repository, and resides next to your site-build folder) and builds and copies the web pages and docs into it.

Note that while the OpenSeadragon website resides at http://openseadragon.github.io, for historical reasons the repository is named openseadragon.github.com.

Example Images

If you want to see the website with the appropriate example images, clone the example-images repository into site-build/build and check out its gh-pages branch.

Versions

Version
2.3.0