{"id":21666431,"url":"https://github.com/doo/scanbot-android-sdk-dependencies-downloader","last_synced_at":"2026-05-04T16:35:36.147Z","repository":{"id":43397733,"uuid":"401353392","full_name":"doo/scanbot-android-sdk-dependencies-downloader","owner":"doo","description":"Tool project for downloading Scanbot SDK artifacts for offline usage.","archived":false,"fork":false,"pushed_at":"2024-04-08T15:59:20.000Z","size":69,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T18:21:27.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-30T13:27:49.000Z","updated_at":"2023-09-27T17:36:35.000Z","dependencies_parsed_at":"2022-09-05T19:41:35.725Z","dependency_job_id":null,"html_url":"https://github.com/doo/scanbot-android-sdk-dependencies-downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Fscanbot-android-sdk-dependencies-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Fscanbot-android-sdk-dependencies-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Fscanbot-android-sdk-dependencies-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Fscanbot-android-sdk-dependencies-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doo","download_url":"https://codeload.github.com/doo/scanbot-android-sdk-dependencies-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244566933,"owners_count":20473451,"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-25T11:26:41.341Z","updated_at":"2026-05-04T16:35:31.095Z","avatar_url":"https://github.com/doo.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Scanbot Android SDK dependencies artifacts downloader\n\nTool for downloading Scanbot Android SDK artifacts for offline usage.\n\n### Usage\n\nThere are two tasks available from this project:\n - `fetchDeps` - for downloading the `*.aar` dependencies artifacts;\n - `printDeps` - for printing a full list of SDK's dependencies. The latter might be needed to resolve dependencies within you own project.\n\nRunning tasks can be done using your IDE's interface (e.g. for IntelliJ IDEA you need to double press Shift, enter `Execute Gradle Task` then enter `gradle \u003cTASK_NAME\u003e` and press Enter).\n\nAlternatively, you can run tasks using command line from this project's root folder, which we will focus on in this readme.\n\nParams for running tasks can be specified after `-P`:\n\n`\u003cgradle_task\u003e -Pparam_name=value`\n\nValue can be omitted (used like a flag):\n\n`\u003cgradle_task\u003e -Pparam_name`\n\n### Downloading artifacts\n\nTo download Scanbot SDK dependencies you need to execute `fethDeps` task:\n\n```bash\ncd ~/my_projects_folder/scanbot-android-sdk-dependencies-downloader\n./gradlew fetchDeps\n```\n\nIt offers the following params:\n - `version`: version of Scanbot SDK to download. Currently, defaults to 1.86.0\n - flag `full`: defines whether to download all dependencies, including transitive, or only ScanbotSDK artifacts. Omitted by default.\n\nFor example, to download all artifacts for version 1.86.0 the command would look like:\n\n`./gradlew fetchDeps -Pversion=1.86.0 -Pfull`\n\n### Printing dependencies\n\nAdditional information might help you resolve dependencies conflicts. To obtain it you can use `printDeps` task:\n\n`./gradlew printDeps`\n\nIt offers the following params:\n- `version`: version of Scanbot SDK to download. Currently, defaults to 1.86.0\n- flag `full`: defines whether to also show Scanbot SDK dependencies, or only transitive ones. Omitted by default.\n\nFor example, to print all dependencies for version 1.86.0 the command would look like:\n\n`./gradlew printDeps -Pversion=1.86.0 -Pfull`\n\n### License\n\nThe license for this repository is specified in the [LICENSE.txt](LICENSE.txt) file.\n\nThe [Scanbot SDK](https://scanbot.io) is a commercial product and requires a separate proprietary license.\nPlease contact us via sdk@scanbot.io for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoo%2Fscanbot-android-sdk-dependencies-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoo%2Fscanbot-android-sdk-dependencies-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoo%2Fscanbot-android-sdk-dependencies-downloader/lists"}