{"id":18791874,"url":"https://github.com/saksmt/dependency-properties-plugin","last_synced_at":"2026-04-29T04:37:26.333Z","repository":{"id":81598498,"uuid":"103669891","full_name":"saksmt/dependency-properties-plugin","owner":"saksmt","description":"Property file based dependency version management plugin","archived":false,"fork":false,"pushed_at":"2017-09-15T16:33:43.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-25T22:40:29.690Z","etag":null,"topics":["dependencies","dependency-management","gradle","gradle-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saksmt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-15T15:01:04.000Z","updated_at":"2022-09-24T20:16:28.000Z","dependencies_parsed_at":"2023-03-13T20:08:11.062Z","dependency_job_id":null,"html_url":"https://github.com/saksmt/dependency-properties-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/saksmt/dependency-properties-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saksmt%2Fdependency-properties-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saksmt%2Fdependency-properties-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saksmt%2Fdependency-properties-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saksmt%2Fdependency-properties-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saksmt","download_url":"https://codeload.github.com/saksmt/dependency-properties-plugin/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saksmt%2Fdependency-properties-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32411539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dependencies","dependency-management","gradle","gradle-plugin"],"created_at":"2024-11-07T21:17:11.840Z","updated_at":"2026-04-29T04:37:26.329Z","avatar_url":"https://github.com/saksmt.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dependency version management gradle plugin\n\n## Motivation\n\nIn maven you can store your versions separate from your dependencies.\nThis plugins allows you to store your versions in separate `.properties` file\n\n## Usage\n\n```groovy\nbuildscript {\n    repositories {\n        mavenCentral()\n    }\n    \n    dependencies {\n        classpath 'run.smt.gradle.plugins:dependency-properties-plugin:1.0.0'\n    }\n}\n\n// optionaly you can change your path to versions.properties:\next.versionsFile = rootDir + '/my/custom/path/to/versions.properties'\n\napply plugin: 'run.smt.dependency-properties'\n\n// now you can use them!\n\ndependencies {\n    compile \"commons-lang:commons-lang:${versions['commons-lang']}\"\n    compile \"org.springframework:spring-context:${versions.spring}\"\n    \n    // more of them...\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaksmt%2Fdependency-properties-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaksmt%2Fdependency-properties-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaksmt%2Fdependency-properties-plugin/lists"}