{"id":45727206,"url":"https://github.com/nip24pl/nip24-java-client","last_synced_at":"2026-02-25T08:50:12.545Z","repository":{"id":53492818,"uuid":"203459746","full_name":"nip24pl/nip24-java-client","owner":"nip24pl","description":"VIES Client for Java","archived":false,"fork":false,"pushed_at":"2025-10-22T11:17:39.000Z","size":270,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T13:21:25.045Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nip24pl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-08-20T21:50:48.000Z","updated_at":"2025-10-22T11:17:44.000Z","dependencies_parsed_at":"2023-10-20T17:05:16.700Z","dependency_job_id":"d3d4fdb5-f529-46f3-aca4-e3751af12944","html_url":"https://github.com/nip24pl/nip24-java-client","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"55d0117366481dc5f9056842693435320e484b82"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/nip24pl/nip24-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nip24pl%2Fnip24-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nip24pl%2Fnip24-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nip24pl%2Fnip24-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nip24pl%2Fnip24-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nip24pl","download_url":"https://codeload.github.com/nip24pl/nip24-java-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nip24pl%2Fnip24-java-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29815107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2026-02-25T08:50:11.463Z","updated_at":"2026-02-25T08:50:12.539Z","avatar_url":"https://github.com/nip24pl.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NIP24 Client for Java\n\nThis is the official repository for [NIP24](https://nip24.pl) Client for Java\n\nThis library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for EU VAT ID\nand IBAN are also included. After registration at [NIP24](https://nip24.pl) Portal this library could be used for\nvarious on-line validations of Polish and EU companies. Please, visit our web page for more details.\n\n## Documentation\n\nThe documentation and samples are available [here](https://nip24.pl/dokumentacja/).\n\n## Build\n\nOpenJDK 11+ and Apache Maven 3.8+ are required to build this library. The Javadoc JAR and sources JAR\nwill be built as well. \n\n```bash\ngit clone https://github.com/nip24pl/nip24-java-client.git\ncd nip24-java-client\nmvn package\n```\n\nTo use the built version locally in your project, install it into your local Maven repository.\n\n```bash\nmvn install\n```\n\n## How to use\n\nAdd the following dependency to your project's POM:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003epl.nip24\u003c/groupId\u003e\n    \u003cartifactId\u003enip24-client\u003c/artifactId\u003e\n    \u003cversion\u003e1.4.4\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nThe release version of the library is also published in our Maven repository. If you don't want to build the library\nyourself, you can use our published version from this location:\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003enip24\u003c/id\u003e\n    \u003curl\u003ehttps://www.nip24.pl/maven/releases\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n## License\n\nThis project is delivered under Apache License, Version 2.0:\n\n- [![License (Apache 2.0)](https://img.shields.io/badge/license-Apache%20version%202.0-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnip24pl%2Fnip24-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnip24pl%2Fnip24-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnip24pl%2Fnip24-java-client/lists"}