ISBD Parser

A context-sensitive ISBD parsing library.

Лицензия

Лицензия

Группа

Группа

ca.voidstarzero
Идентификатор

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

isbd-parser
Последняя версия

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

1.1.1
Дата

Дата

Тип

Тип

module
Описание

Описание

ISBD Parser
A context-sensitive ISBD parsing library.
Ссылка на сайт

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

https://github.com/hzafar/isbd-parser
Система контроля версий

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

http://github.com/hzafar/isbd-parser/tree/master/

Скачать isbd-parser

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.norswap » autumn jar 80abd5c207

runtime (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.60
com.fasterxml.jackson.module : jackson-module-kotlin jar 2.12.1

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

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

isbd-parser

ISBD Parsing Library

Overview

isbd-parser is a Kotlin library for working with ISBD-punctutated data, using the Autumn context-sensitive parsing library.

See the wiki for information on getting started.

Documentation available here.

Try it out

You can play with an example application made using this library at isbuddy.voidstarzero.ca.

Installation

Maven

<repositories>
    <!-- For the Autumn library dependency -->
    <repository>
        <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
  <groupId>ca.voidstarzero</groupId>
  <artifactId>isbd-parser</artifactId>
  <version>1.1.0</version>
</dependency>

Gradle

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation "ca.voidstarzero:isbd-parser:1.1.0"
}

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

Версия
1.1.1
1.1.0
1.0.0
0.1.0