{"id":15676703,"url":"https://github.com/kkuegler/human-readable-ids-java","last_synced_at":"2025-05-07T23:33:33.705Z","repository":{"id":34294879,"uuid":"173388043","full_name":"kkuegler/human-readable-ids-java","owner":"kkuegler","description":"Generate human-readable id strings in Java","archived":false,"fork":false,"pushed_at":"2024-02-23T20:02:49.000Z","size":33,"stargazers_count":7,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-02T10:52:07.368Z","etag":null,"topics":["ids","java"],"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/kkuegler.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":"2019-03-02T01:09:19.000Z","updated_at":"2024-02-23T20:03:34.000Z","dependencies_parsed_at":"2024-01-13T18:48:05.916Z","dependency_job_id":"6ba06804-00c5-4518-86da-bfec09427bb6","html_url":"https://github.com/kkuegler/human-readable-ids-java","commit_stats":{"total_commits":20,"total_committers":4,"mean_commits":5.0,"dds":"0.15000000000000002","last_synced_commit":"68274b17b362cd26191ff362b2eee640758bae9e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkuegler%2Fhuman-readable-ids-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkuegler%2Fhuman-readable-ids-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkuegler%2Fhuman-readable-ids-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkuegler%2Fhuman-readable-ids-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkuegler","download_url":"https://codeload.github.com/kkuegler/human-readable-ids-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223817760,"owners_count":17207947,"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":["ids","java"],"created_at":"2024-10-03T16:04:52.164Z","updated_at":"2024-11-09T11:03:10.789Z","avatar_url":"https://github.com/kkuegler.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"human-readable-ids-java\n=======================\n\nA Java id generator to produce random human-readable identifiers like 'fast-elephant-42'\n\nMaven\n-----\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.kkuegler\u003c/groupId\u003e\n    \u003cartifactId\u003ehuman-readable-ids-java\u003c/artifactId\u003e\n    \u003cversion\u003e0.3\u003c/version\u003e\n\u003c/dependency\u003e\n``` \n\nUse\n---\n```java\n// create the generator once and use it any number of times, even concurrently across threads\nHumanReadableIdGenerator idGen = new PermutationBasedHumanReadableIdGenerator();\nString id = idGen.generate();\n```\n\nAcknowledgments\n---------------\nThis project is based on the idea and word lists of [human-readable-ids.js](https://git.coolaj86.com/coolaj86/human-readable-ids.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkuegler%2Fhuman-readable-ids-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkuegler%2Fhuman-readable-ids-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkuegler%2Fhuman-readable-ids-java/lists"}