{"id":16683319,"url":"https://github.com/barnhill/barcode-java","last_synced_at":"2025-03-17T00:32:45.839Z","repository":{"id":40415982,"uuid":"144413138","full_name":"barnhill/barcode-java","owner":"barnhill","description":"Java Barcode Image Generation Library","archived":false,"fork":false,"pushed_at":"2025-03-04T04:18:15.000Z","size":669,"stargazers_count":27,"open_issues_count":2,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T05:24:51.218Z","etag":null,"topics":["barcode","barcode-generator","barcode-images","barcodes","java","java-library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barnhill.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-11T19:33:17.000Z","updated_at":"2025-03-04T04:18:19.000Z","dependencies_parsed_at":"2022-07-12T18:02:02.884Z","dependency_job_id":"60ef32eb-3a16-47e6-a944-a0a013b3d9dd","html_url":"https://github.com/barnhill/barcode-java","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barnhill%2Fbarcode-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barnhill%2Fbarcode-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barnhill%2Fbarcode-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barnhill%2Fbarcode-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barnhill","download_url":"https://codeload.github.com/barnhill/barcode-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["barcode","barcode-generator","barcode-images","barcodes","java","java-library"],"created_at":"2024-10-12T14:24:10.817Z","updated_at":"2025-03-17T00:32:45.822Z","avatar_url":"https://github.com/barnhill.png","language":"Java","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QKT9PSYTDNSXS"],"categories":[],"sub_categories":[],"readme":"# barcode-java ![barcode-java CI](https://github.com/barnhill/barcode-java/workflows/barcode-java%20CI/badge.svg)\n\n### Overview ###\n \nThis library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.\n\n|    Supported    |    Symbology    |               List               |\n|:---------------:|:---------------:|:--------------------------------:|\n|    Code 128     |     Code 93     | Code 39 (Extended / Full ASCII)  |\n|     Code11      |      EAN-8      | FIM (Facing Identification Mark) |\n|      UPC-A      |      UPC-E      |            Pharmacode            |\n|       MSI       |     PostNet     |         Standard 2 of 5          |\n|      ISBN       |     Codabar     |        Interleaved 2 of 5        |\n|     ITF-14      |     Telepen     |        UPC Supplemental 2        |\n|     JAN-13      |     EAN-13      |        UPC Supplemental 5        |\n\n### Usage ###\n\nThe jar is available in Maven Central and can be included via gradle:\n```Gradle\nimplementation 'com.pnuema.java:barcode:2.7.3'\n```\n\nThen use the library to generate a barcode via:\n\n```Java\nBarcode barcode = new Barcode();\nImage img = barcode.encode(BarcodeLib.TYPE.UPCA, \"038000356216\");\n```\n\n![upca](https://user-images.githubusercontent.com/3878158/170283065-42d6c9f5-1e97-47dc-91da-f95ac68da909.jpg)\n\nYou can specify the width, height, foreground color, background color, and whether to include the label to display the data that's encoded with the image.\n\n### Support ###\nIf you find this or any of my software useful and decide its worth supporting.  You can do so here:  [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QKT9PSYTDNSXS)\n\n### Copyright and license ###\n\nCopyright 2018-2024 Brad Barnhill. Code released under the [MIT License](https://github.com/bbarnhill/barcode-java/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarnhill%2Fbarcode-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarnhill%2Fbarcode-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarnhill%2Fbarcode-java/lists"}