{"id":25390628,"url":"https://github.com/mudkipdev/alpine","last_synced_at":"2026-02-27T20:37:01.380Z","repository":{"id":272384146,"uuid":"916365142","full_name":"mudkipdev/alpine","owner":"mudkipdev","description":"A binary and JSON serialization library for Java.","archived":false,"fork":false,"pushed_at":"2026-02-15T16:56:13.000Z","size":368,"stargazers_count":12,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T23:42:43.752Z","etag":null,"topics":[],"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/mudkipdev.png","metadata":{"files":{"readme":".github/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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-14T00:25:14.000Z","updated_at":"2025-09-12T08:53:34.000Z","dependencies_parsed_at":"2025-01-14T04:44:21.099Z","dependency_job_id":"cc281bfd-835c-452c-b0f9-ed7790e33c63","html_url":"https://github.com/mudkipdev/alpine","commit_stats":null,"previous_names":["mudkipdev/alpine"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mudkipdev/alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudkipdev%2Falpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudkipdev%2Falpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudkipdev%2Falpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudkipdev%2Falpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudkipdev","download_url":"https://codeload.github.com/mudkipdev/alpine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudkipdev%2Falpine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29912356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2025-02-15T14:56:30.292Z","updated_at":"2026-02-27T20:37:01.368Z","avatar_url":"https://github.com/mudkipdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alpine\nA binary and JSON serialization library for Java.\n\n![](https://wakatime.com/badge/github/mudkipdev/alpine.svg)\n\n## Installation\n### Binary\n\n\u003cdetails\u003e\n\u003csummary\u003eGradle (Kotlin)\u003c/summary\u003e\n\u003cbr\u003e\n\n```kts\ndependencies {\n    implementation(\"dev.mudkip:alpine-binary:0.3.0\")\n    implementation(\"io.netty:netty-buffer:4.2.10.Final\")\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGradle (Groovy)\u003c/summary\u003e\n\u003cbr\u003e\n\n```groovy\ndependencies {\n    implementation 'dev.mudkip:alpine-binary:0.3.0'\n    implementation 'io.netty:netty-buffer:4.2.10.Final'\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMaven\u003c/summary\u003e\n\u003cbr\u003e\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003edev.mudkip\u003c/groupId\u003e\n    \u003cartifactId\u003ealpine-binary\u003c/artifactId\u003e\n    \u003cversion\u003e0.3.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.netty\u003c/groupId\u003e\n    \u003cartifactId\u003enetty-buffer\u003c/artifactId\u003e\n    \u003cversion\u003e4.2.10.Final\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\u003c/details\u003e\n\n### JSON\n\n\u003cdetails\u003e\n\u003csummary\u003eGradle (Kotlin)\u003c/summary\u003e\n\u003cbr\u003e\n\n```kts\ndependencies {\n    implementation(\"dev.mudkip:alpine-json:0.3.0\")\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGradle (Groovy)\u003c/summary\u003e\n\u003cbr\u003e\n\n```groovy\ndependencies {\n    implementation 'dev.mudkip:alpine-json:0.3.0'\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMaven\u003c/summary\u003e\n\u003cbr\u003e\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003edev.mudkip\u003c/groupId\u003e\n    \u003cartifactId\u003ealpine-json\u003c/artifactId\u003e\n    \u003cversion\u003e0.3.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\u003c/details\u003e\n\n## Documentation\n- [Binary](./binary.md)\n- [JSON](./json.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudkipdev%2Falpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudkipdev%2Falpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudkipdev%2Falpine/lists"}