{"id":21417922,"url":"https://github.com/msg-systems/pure-uuid-java","last_synced_at":"2025-06-17T08:36:03.704Z","repository":{"id":57724728,"uuid":"258880158","full_name":"msg-systems/pure-uuid-java","owner":"msg-systems","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-21T13:26:42.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-15T23:57:11.261Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msg-systems.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}},"created_at":"2020-04-25T21:41:21.000Z","updated_at":"2020-10-21T13:26:44.000Z","dependencies_parsed_at":"2022-09-10T23:34:41.086Z","dependency_job_id":null,"html_url":"https://github.com/msg-systems/pure-uuid-java","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msg-systems%2Fpure-uuid-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msg-systems%2Fpure-uuid-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msg-systems%2Fpure-uuid-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msg-systems%2Fpure-uuid-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msg-systems","download_url":"https://codeload.github.com/msg-systems/pure-uuid-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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":[],"created_at":"2024-11-22T19:18:09.390Z","updated_at":"2025-03-16T19:21:20.532Z","avatar_url":"https://github.com/msg-systems.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\npure-uuid-java is the **Java** implementation of the **JavaScript** pure-uuid reference implementation. \nThe documentation of the reference implementation can be found at [Project Github] (https://github.com/rse/pure-uuid). \n \n\n# Installation\n## Maven\n   \n```\nmvn clean install\n```\n\n# Usage \n\n## Maven \n```\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.graphqlio\u003c/groupId\u003e\n\t\u003cartifactId\u003epure-uuid-java\u003c/artifactId\u003e\n\t\u003cversion\u003e0.0.9\u003c/version\u003e\n\u003c/dependency\u003e\n\n```\n\n## Gradle \n\n```\ndependencies {\n  compile 'com.graphqlio:pure-uuid-java:0.0.9'\n}\n```\n\n\n# Sample \n\nWorking with UUIDDto\n\n``` java\n\t\tUUIDDto uuidDto = new UUIDDto();\n\t\tuuidDto.setVersion(4);\n\t\tuuidDto.setVersionSid(15);\n\t\tuuidDto.setData(\"http://engelschall.com/ns/graphql-query\");\n\t\tuuidDto.setNs(new long[] {});\n\t\tuuidDto.setNsUrl(NsUrl.NS_X500);\n```\n\nWorking with UUIDHelper\n\n``` java\n\t\tlong[] uuid = UUIDHelper.generateUUIDLongArray(uuidDto, uuidDto.getVersion());\n```\n\nWorking with A2HS\n\n``` java\n\t\tString uuidFormat = A2HS.format(uuidDto.getTypeFormatNs().getTypeFormat(), uuid);\n```\n\n\n# License \nDesign and Development by msg Applied Technology Research\nCopyright (c) 2019-2020 msg systems ag (http://www.msg-systems.com/)\nAll Rights Reserved.\n \nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n \nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsg-systems%2Fpure-uuid-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsg-systems%2Fpure-uuid-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsg-systems%2Fpure-uuid-java/lists"}