{"id":20030870,"url":"https://github.com/devgianlu/aria2lib","last_synced_at":"2025-07-04T07:04:13.478Z","repository":{"id":47909861,"uuid":"163397245","full_name":"devgianlu/aria2lib","owner":"devgianlu","description":"A small library that is capable to run an aria2 executable without UI","archived":false,"fork":false,"pushed_at":"2024-09-14T15:36:04.000Z","size":9912,"stargazers_count":40,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-05T03:36:28.465Z","etag":null,"topics":["android","android-library","aria2","downloader"],"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/devgianlu.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":"2018-12-28T10:21:32.000Z","updated_at":"2025-03-03T16:28:40.000Z","dependencies_parsed_at":"2024-11-13T09:39:38.270Z","dependency_job_id":null,"html_url":"https://github.com/devgianlu/aria2lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devgianlu/aria2lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgianlu%2Faria2lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgianlu%2Faria2lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgianlu%2Faria2lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgianlu%2Faria2lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgianlu","download_url":"https://codeload.github.com/devgianlu/aria2lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgianlu%2Faria2lib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263464185,"owners_count":23470473,"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":["android","android-library","aria2","downloader"],"created_at":"2024-11-13T09:28:57.519Z","updated_at":"2025-07-04T07:04:13.449Z","avatar_url":"https://github.com/devgianlu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aria2lib\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1ea29f828e684589896164e105e1a66b)](https://www.codacy.com/manual/devgianlu/aria2lib?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=devgianlu/aria2lib\u0026amp;utm_campaign=Badge_Grade)\n[![Crowdin](https://badges.crowdin.net/aria2lib/localized.svg)](https://crowdin.com/project/aria2lib)\n\nThis is a small module (Android library only) that allows to download and manage an [aria2](https://github.com/aria2/aria2) executable. It is used in [Aria2Android](https://github.com/devgianlu/Aria2Android) and [Aria2App](https://github.com/devgianlu/Aria2App).\n\n\u003e This also depends on [CommonUtils](https://github.com/devgianlu/CommonUtils). You can find how to include it there, but it is pretty similar to what comes below.\n\n## How to\n- Add as Git submodule in your project (`git submodule add https://github.com/devgianlu/aria2lib`)\n- Add the Gradle module to your `settings.gradle`:\n```\ninclude ':aria2lib', ':CommonUtils' ...\nproject(':CommonUtils').projectDir = new File('./CommonUtils')\nproject(':aria2lib').projectDir = new File('./aria2lib')\n```\n- Add it as a dependency:\n```\ndependencies {\n    implementation project(':aria2lib')\n    ...\n}\n```\n\n## Compile aria2c executables\nThis repository already includes the necessary executables to run aria2, but if you want to build them yourself with `./gradlew compileAria2 -Pforce`.\nThe task will simply delete the current executables (because of the `force` flag) and execute the `./build_aria2c.sh \u003ctag/commit/branch\u003e` script. \nIf executing it directly, you have to specify a reference to [devgianlu/aria2-android](https://github.com/devgianlu/aria2-android). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgianlu%2Faria2lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgianlu%2Faria2lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgianlu%2Faria2lib/lists"}