openseadragon

WebJar for openseadragon

Лицензия

Лицензия

BSD 3-Clause
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

openseadragon
Последняя версия

Последняя версия

2.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

openseadragon
WebJar for openseadragon
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать openseadragon

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.3.0