{"id":37027648,"url":"https://github.com/matchilling/uuid","last_synced_at":"2026-01-14T03:17:33.028Z","repository":{"id":329544328,"uuid":"1119939473","full_name":"matchilling/uuid","owner":"matchilling","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-20T09:22:19.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T14:43:23.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/matchilling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-20T06:27:18.000Z","updated_at":"2025-12-20T09:25:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/matchilling/uuid","commit_stats":null,"previous_names":["matchilling/uuid"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/matchilling/uuid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fuuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fuuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fuuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fuuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matchilling","download_url":"https://codeload.github.com/matchilling/uuid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fuuid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-01-14T03:17:32.511Z","updated_at":"2026-01-14T03:17:33.020Z","avatar_url":"https://github.com/matchilling.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UUID\n\nA Java library for generating and manipulating UUIDs (Universally Unique Identifiers).\n\n## Example Usage\n\n```java\nimport com.matchilling.uuid.UUID7;\n\npublic class Example {\n\n    static void main(String[] args) {\n        // Generates a version 7 Java UUID using the current Unix epoch timestamp in milliseconds.\n        java.util.UUID a = UUID7.fromNow();\n\n        // Generates a UUIDv7 with the specified Unix epoch timestamp in milliseconds.\n        java.util.UUID b = UUID7.fromTimestamp(1672531199000L);\n    }\n}\n```\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatchilling%2Fuuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatchilling%2Fuuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatchilling%2Fuuid/lists"}