standardnumber

Standardnumber processing for Java

License

License

GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

standardnumber
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

standardnumber
Standardnumber processing for Java
Project URL

Project URL

https://github.com/xbib/standardnumber
Project Organization

Project Organization

xbib
Source Code Management

Source Code Management

https://github.com/xbib/standardnumber

Download standardnumber

How to add to project

<!-- https://jarcasting.com/artifacts/org.xbib/standardnumber/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>standardnumber</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/standardnumber/
implementation 'org.xbib:standardnumber:1.2.0'
// https://jarcasting.com/artifacts/org.xbib/standardnumber/
implementation ("org.xbib:standardnumber:1.2.0")
'org.xbib:standardnumber:jar:1.2.0'
<dependency org="org.xbib" name="standardnumber" rev="1.2.0">
  <artifact name="standardnumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='standardnumber', version='1.2.0')
)
libraryDependencies += "org.xbib" % "standardnumber" % "1.2.0"
[org.xbib/standardnumber "1.2.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.

xbib Standard numbers for Java

standardnumber coverage badge License Apache%202.0 blue xbib

What are standard numbers?

Standard numbers are numbers that have a defined syntax, drafted and maintained by standard bodies, and embraced by organizations worldwide. Standard numbers are considered to be unique. They are assigned by the standard body or can be constructed in a specified manner to ensure uniqueness. They can be checked for validity and most of them carry checksums.

The economic advantages of standard numbers are manifold

  • they are compact

  • they identify things or entities

  • they can be printed, recognized, and compared for identification

  • they can be processed by computers, for instance as a key in a database

  • they are globally available

  • they persist

The Java API for standard numbers provides

  • a parser for standard numbers

  • a formatter for standard numbers

  • a checksum calculator

  • and a validator for standard numbers

The following standard numbers are implemented

ARK, DOI, EAN, GTIN, IBAN, ISAN, ISBN, ISMN, ISNI, ISSN, ISTC, ISWC, ORCID, PPN, SICI, UPC, ZDB

Documentation

The documentation is available here.

License

Copyright © 2016 Jörg Prante

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. you may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

btn donateCC LG

org.xbib
Organization for free exchange of bibliographic data

Versions

Version
1.2.0
1.0.1
1.0.0