{"id":19508665,"url":"https://github.com/commit451/jitpacktogit","last_synced_at":"2025-02-25T22:42:08.169Z","repository":{"id":83213994,"uuid":"80229212","full_name":"Commit451/jitpacktogit","owner":"Commit451","description":"Gradle plugin that displays jitpack.io dependencies as their git URLs ","archived":false,"fork":false,"pushed_at":"2022-06-27T04:38:45.000Z","size":76,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T11:40:39.288Z","etag":null,"topics":["gradle-plugin","jitpack","kotlin"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/Commit451.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-27T17:25:51.000Z","updated_at":"2022-06-27T04:38:49.000Z","dependencies_parsed_at":"2023-03-01T20:31:23.565Z","dependency_job_id":null,"html_url":"https://github.com/Commit451/jitpacktogit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Fjitpacktogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Fjitpacktogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Fjitpacktogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Fjitpacktogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Commit451","download_url":"https://codeload.github.com/Commit451/jitpacktogit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761093,"owners_count":19853254,"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":["gradle-plugin","jitpack","kotlin"],"created_at":"2024-11-10T23:08:50.522Z","updated_at":"2025-02-25T22:42:08.087Z","avatar_url":"https://github.com/Commit451.png","language":"Kotlin","readme":"# jitpacktogit\n\nGradle plugin that displays jitpack.io dependencies as their git URLs\n\n[![Build Status](https://travis-ci.org/Commit451/jitpacktogit.svg?branch=master)](https://travis-ci.org/Commit451/jitpacktogit) [![](https://jitpack.io/v/Commit451/jitpacktogit.svg)](https://jitpack.io/#Commit451/jitpacktogit)\n\n# Gradle Dependency\nThis plugin is available via JitPack. Go figure!\n\n```groovy\napply plugin: 'com.commit451.jitpacktogit'\n\nbuildscript {\n  repositories {\n    jcenter()\n    maven { url \"https://jitpack.io\" }\n  }\n\n  dependencies {\n    classpath 'com.github.Commit451:jitpacktogit:latest.version.here'\n  }\n}\n```\n\n# Usage\n```shell\n./gradlew jitpacktogit\n```\n\nOutput looks like:\n```\ncom.github.Commit451:jitpacktogit:1.0.0 -\u003e https://github.com/Commit451/jitpacktogit\ncom.github.Commit451.Reptar:reptar:2.2.1 -\u003e https://github.com/Commit451/Reptar\ncom.github.Commit451:bypasses:1.0.4 -\u003e https://github.com/Commit451/bypasses\ncom.github.Commit451:ElasticDragDismissLayout:1.0.4 -\u003e https://github.com/Commit451/ElasticDragDismissLayout\ncom.github.Commit451.AdapterLayout:adapterlayout:1.1.0 -\u003e https://github.com/Commit451/AdapterLayout\ncom.github.Commit451.Easel:easel:2.1.1 -\u003e https://github.com/Commit451/Easel\n```\n\n# Note\nThis will only work for JitPack dependencies that follow the normal `com.github.{user}` structure. If the dependency is using a custom domain within JitPack, the URL will not be resolved.\n\n# Thanks\nThanks to Ben Manes for his [versions plugin](https://github.com/ben-manes/gradle-versions-plugin) and Square for [SQLDelight](https://github.com/square/sqldelight) which were both great references for creating a Gradle plugin. The [docs](https://docs.gradle.org/current/userguide/custom_plugins.html#sec:custom_plugins_standalone_project) also helped out immensely.\n\nLicense\n--------\n\n    Copyright 2017 Commit 451\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommit451%2Fjitpacktogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommit451%2Fjitpacktogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommit451%2Fjitpacktogit/lists"}