https://github.com/nip24pl/nip24-java-client
VIES Client for Java
https://github.com/nip24pl/nip24-java-client
check-vat-number eu-vat-number europe vat-identification vat-information-exchange vat-information-exchange-system vat-number vat-number-validation vat-validation vies vies-api vies-baza vies-eu vies-system vies-validation vies-vat vies-vat-checker vies-vat-number-check
Last synced: 4 months ago
JSON representation
VIES Client for Java
- Host: GitHub
- URL: https://github.com/nip24pl/nip24-java-client
- Owner: nip24pl
- License: apache-2.0
- Created: 2019-08-20T21:50:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-22T11:17:39.000Z (8 months ago)
- Last Synced: 2025-10-22T13:21:25.045Z (8 months ago)
- Topics: check-vat-number, eu-vat-number, europe, vat-identification, vat-information-exchange, vat-information-exchange-system, vat-number, vat-number-validation, vat-validation, vies, vies-api, vies-baza, vies-eu, vies-system, vies-validation, vies-vat, vies-vat-checker, vies-vat-number-check
- Language: Java
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NIP24 Client for Java
This is the official repository for [NIP24](https://nip24.pl) Client for Java
This library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for EU VAT ID
and IBAN are also included. After registration at [NIP24](https://nip24.pl) Portal this library could be used for
various on-line validations of Polish and EU companies. Please, visit our web page for more details.
## Documentation
The documentation and samples are available [here](https://nip24.pl/dokumentacja/).
## Build
OpenJDK 11+ and Apache Maven 3.8+ are required to build this library. The Javadoc JAR and sources JAR
will be built as well.
```bash
git clone https://github.com/nip24pl/nip24-java-client.git
cd nip24-java-client
mvn package
```
To use the built version locally in your project, install it into your local Maven repository.
```bash
mvn install
```
## How to use
Add the following dependency to your project's POM:
```xml
pl.nip24
nip24-client
1.4.4
```
The release version of the library is also published in our Maven repository. If you don't want to build the library
yourself, you can use our published version from this location:
```xml
nip24
https://www.nip24.pl/maven/releases
```
## License
This project is delivered under Apache License, Version 2.0:
- [](http://www.apache.org/licenses/LICENSE-2.0)