{"id":20597365,"url":"https://github.com/rk0cc/jpubdev","last_synced_at":"2025-10-14T07:08:08.643Z","repository":{"id":113204507,"uuid":"450101807","full_name":"rk0cc/jpubdev","owner":"rk0cc","description":"Parse API result from pub.dev or other pub repository server information into Java object","archived":false,"fork":false,"pushed_at":"2022-02-24T11:56:54.000Z","size":163,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T15:19:47.148Z","etag":null,"topics":["java","pub-dev"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rk0cc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["rk0cc"]}},"created_at":"2022-01-20T13:08:56.000Z","updated_at":"2023-02-03T10:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f1e8b01-54c0-46bc-ad70-af729e51864e","html_url":"https://github.com/rk0cc/jpubdev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rk0cc/jpubdev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk0cc%2Fjpubdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk0cc%2Fjpubdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk0cc%2Fjpubdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk0cc%2Fjpubdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rk0cc","download_url":"https://codeload.github.com/rk0cc/jpubdev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk0cc%2Fjpubdev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018206,"owners_count":26086303,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["java","pub-dev"],"created_at":"2024-11-16T08:22:08.788Z","updated_at":"2025-10-14T07:08:08.581Z","avatar_url":"https://github.com/rk0cc.png","language":"Java","readme":"# [pub.dev](https://pub.dev) REST API implementation in Java\n\n[![Test](https://github.com/Project-Will-Pub/jpubdev/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/Project-Will-Pub/jpubdev/actions/workflows/test.yml)\n[![CodeQL](https://github.com/Project-Will-Pub/jpubdev/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/Project-Will-Pub/jpubdev/actions/workflows/codeql.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/xyz.rk0cc.willpub/jpubdev.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22xyz.rk0cc.willpub%22%20AND%20a:%22jpubdev%22)\n\nThis package aims to parse API result from pub.dev or other pub repository server information into\nJava object.\n\nThis repository is \"reverse engineering\" [pub_api_client's](https://github.com/leoafarias/pub_api_client) feature to Java which written in Dart originally with different \nstructures.\n\n## Supported feature\n\n* Search package\n  * Supported sort with different method\n* Fetch package's information\n  * Released versions\n  * Options\n  * Pub score and analystic report\n\n## User Agents\n\nJPubdev has it's own user agents which following with this format:\n\n```text\njpubdev/[jpubdev's version] (JRE [Java version])\n```\n\nAnd the table for square bracket:\n\n| Square bracket label | Meaning | Sample |\n|:---:|:---|:---:|\n|jpubdev's version|JPubdev's version (Unchanged when new patch version released)|`jpubdev:1.0.0` \u003e `1.0.0` \u003cbr/\u003e `jpubdev:1.0.3` \u003e `1.0.0` \u003cbr/\u003e `jpubdev:1.2.0` \u003e `1.2.0`|\n|Java version|Java version uses for running jpubdev| `17` \u003cbr/\u003e `17.0.1`|\n\n## Install\n\n**Maven POM**\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003exyz.rk0cc.willpub\u003c/groupId\u003e\n        \u003cartifactId\u003ejpubdev\u003c/artifactId\u003e\n        \u003cversion\u003e1.0.3\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\u003cp\u003e* this package is bundled \u003ca href=\"https://github.com/Project-Will-Pub/jpubspec\"\u003ejpubspec\u003c/a\u003e 1.2.2\u003c/p\u003e\n\n## Setup requirement\n\n* Maven 3\n* JDK 17 or higher\n\n## License\n\nBSD 3\n","funding_links":["https://github.com/sponsors/rk0cc"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frk0cc%2Fjpubdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frk0cc%2Fjpubdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frk0cc%2Fjpubdev/lists"}