Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.33 KB

datatypes

This library can be used for generic datatypes like:

  • IBAN
  • social security number (AHV / AVS)
  • Postfinance (Postkonto)
  • ZPV (canton of Berne ID)

Getting Started

These instructions will get you an overview on how to implement and use the datatypes library. See further down for installing or deployment notes.

Installation

  • Checkout the repository
  • run mvn clean install
  • add the following dependency to your project
<dependency>
	<groupId>ch.dvbern.oss.datatypes</groupId>
	<artifactId>datatypes</artifactId>
	<version>(NEWEST_VERSION)</version> <!-- check for the newest version -->
</dependency>

Built With

  • Maven - Dependency Management

Contributing Guidelines

Please read CONTRIBUTING.md for the process for submitting pull requests to us.

Code of Conduct

One healthy social atmospehere is very important to us, wherefore we rate our Code of Conduct high. For details check the file CODE_OF_CONDUCT.md

Authors

  • DV Bern AG - Initial work - dvbern

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.