{"id":38724378,"url":"https://github.com/danubetech/cborld-java","last_synced_at":"2026-01-17T11:14:11.398Z","repository":{"id":48039313,"uuid":"358672662","full_name":"danubetech/cborld-java","owner":"danubetech","description":"Java implementation of CBOR-LD.","archived":false,"fork":false,"pushed_at":"2025-03-21T18:52:50.000Z","size":102,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-21T19:45:18.582Z","etag":null,"topics":["shared-libraries"],"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/danubetech.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":"2021-04-16T17:26:13.000Z","updated_at":"2025-03-21T18:52:54.000Z","dependencies_parsed_at":"2022-09-24T08:41:10.854Z","dependency_job_id":"c31cc336-44ee-4ceb-97fb-7ab837aa8ab5","html_url":"https://github.com/danubetech/cborld-java","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/danubetech/cborld-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fcborld-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fcborld-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fcborld-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fcborld-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danubetech","download_url":"https://codeload.github.com/danubetech/cborld-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fcborld-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["shared-libraries"],"created_at":"2026-01-17T11:14:11.297Z","updated_at":"2026-01-17T11:14:11.377Z","avatar_url":"https://github.com/danubetech.png","language":"Java","readme":"# cborld-java\n\n## Information\n\nThis is a work-in-progress implementation of CBOR-LD.\n\nNot ready for production use! Use at your own risk! Pull requests welcome.\n\n## Maven\n\nBuild:\n\n\tmvn clean install\n\nDependency:\n\n\t\u003crepositories\u003e\n\t\t\u003crepository\u003e\n\t\t\t\u003cid\u003edanubetech-maven-public\u003c/id\u003e\n\t\t\t\u003curl\u003ehttps://repo.danubetech.com/repository/maven-public/\u003c/url\u003e\n\t\t\u003c/repository\u003e\n\t\u003c/repositories\u003e\n\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003ecom.danubetech\u003c/groupId\u003e\n\t\t\u003cartifactId\u003ecborld-java\u003c/artifactId\u003e\n\t\t\u003cversion\u003e1.1.0\u003c/version\u003e\n\t\u003c/dependency\u003e\n\n## Example\n\nExample code:\n\n    // encode to CBOR-LD\n\n    byte[] bytes = CborLdEncode.encode(jsonLdDocument, DOCUMENT_LOADER);\n    System.out.println(Hex.encodeHex(bytes));\n    \n    // generate QR code\n    \n    byte[] qrCode = CborLdQrCode.toQrCode(bytes);\n    File outputfile = new File(\"example-qrcode.png\");\n    OutputStream out = new FileOutputStream(outputfile);\n    out.write(qrCode);\n    out.close();\n    \n    // decode from CBOR-LD\n    \n    Map\u003cString, Object\u003e decoded = (Map\u003cString, Object\u003e) CborLdDecode.decode(bytes, DOCUMENT_LOADER);\n\nExample QR code:\n\nhttps://github.com/danubetech/cborld-java/blob/main/docs/example-qrcode.png\n\n## About\n\nDanube Tech - https://danubetech.com/\n\n\u003cbr clear=\"left\" /\u003e\n\n\u003cimg align=\"left\" height=\"70\" src=\"https://raw.githubusercontent.com/danubetech/cborld-java/main/docs/logo-ngi-essiflab.png\"\u003e\n\nThis software library is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 871932\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanubetech%2Fcborld-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanubetech%2Fcborld-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanubetech%2Fcborld-java/lists"}