{"id":23506984,"url":"https://github.com/gmitch215/gitle","last_synced_at":"2026-04-11T06:03:13.069Z","repository":{"id":269505606,"uuid":"900984316","full_name":"gmitch215/gitle","owner":"gmitch215","description":"📥 Download Artifacts from any Git Repository","archived":false,"fork":false,"pushed_at":"2025-05-06T16:41:49.000Z","size":429,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T17:46:07.765Z","etag":null,"topics":["git","github","gitlab","gradle","gradle-plugin","kotlin","ssh"],"latest_commit_sha":null,"homepage":"https://gmitch215.github.io/gitle/","language":"Kotlin","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/gmitch215.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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},"funding":{"patreon":"gmitch215","liberapay":"gmitch215","buy_me_a_coffee":"gmitch215"}},"created_at":"2024-12-09T20:38:26.000Z","updated_at":"2025-05-06T16:41:34.000Z","dependencies_parsed_at":"2025-02-06T20:29:09.241Z","dependency_job_id":"6cf43e70-036a-44ff-8613-34ee04d77b53","html_url":"https://github.com/gmitch215/gitle","commit_stats":null,"previous_names":["gmitch215/gitle"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2Fgitle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2Fgitle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2Fgitle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2Fgitle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmitch215","download_url":"https://codeload.github.com/gmitch215/gitle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767865,"owners_count":21961205,"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":["git","github","gitlab","gradle","gradle-plugin","kotlin","ssh"],"created_at":"2024-12-25T10:13:47.939Z","updated_at":"2026-04-11T06:03:13.054Z","avatar_url":"https://github.com/gmitch215.png","language":"Kotlin","funding_links":["https://patreon.com/gmitch215","https://liberapay.com/gmitch215","https://buymeacoffee.com/gmitch215"],"categories":[],"sub_categories":[],"readme":"# gitle\n\n\u003e 📥 Download Maven \u0026 Gradle Artifacts from any Git Repository\n\nGitle is a gradle plugin that allows you to download artifacts from any git repository. \nIt is useful when you want to download artifacts from a repository that can't be accessed via Maven.\n\n## Usage\n\nGitle supports all Git repositories that are accessible via HTTPS or SSH.\n\n\u003e [!NOTE]\n\u003e Project dependencies must be built using Maven or Gradle.\n\u003e\n\u003e If you are using gradle, make sure you set up the `maven-publish` plugin to publish the artifacts to maven local.\n\nSimply use the `import` function to download the artifact from the repository. It will then automatically clone the\nrepository and add its artifacts to your maven local repository.\n\n```kotlin\nimport xyz.gmitch215.gitle.import\nimport xyz.gmitch215.gitle.github\n\nplugins {\n    id(\"xyz.gmitch215.gitle\") version \"[VERSION]\"\n}\n\ndependencies {\n    import(\"https://github.com/example/repo.git\")\n    import(github(\"OtherUser\", \"OtherRepository\"))\n    import(gitlab(\"Company/PrivateRepo/Project\"), token = \"super-secret-token\")\n    \n    implementation(\"com.example:artifact:1.0.0\")\n}\n```\n\nSee the [wiki](https://github.com/gmitch215/gitle/wiki) for more information.\n\n## Documentation\n\nDokka documentation is available [here](https://gmitch215.github.io/gitle/), or on the URL associated with this repository.\n\n## Contributing\n\nIf you have any ideas for improvements or new features, feel free to open an issue or a pull request. All details are in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmitch215%2Fgitle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmitch215%2Fgitle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmitch215%2Fgitle/lists"}