{"id":16858465,"url":"https://github.com/andimarek/discreet","last_synced_at":"2026-05-18T05:43:02.040Z","repository":{"id":146303986,"uuid":"176034229","full_name":"andimarek/discreet","owner":"andimarek","description":"get discreet dependencies for your project","archived":false,"fork":false,"pushed_at":"2019-03-18T20:04:51.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T18:13:09.822Z","etag":null,"topics":["dependencies","dependency-manager","gradle","gradleplugin","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/andimarek.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":"2019-03-16T23:05:52.000Z","updated_at":"2019-03-18T20:04:53.000Z","dependencies_parsed_at":"2024-06-01T00:45:24.585Z","dependency_job_id":null,"html_url":"https://github.com/andimarek/discreet","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/andimarek%2Fdiscreet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andimarek%2Fdiscreet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andimarek%2Fdiscreet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andimarek%2Fdiscreet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andimarek","download_url":"https://codeload.github.com/andimarek/discreet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244217952,"owners_count":20417677,"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":["dependencies","dependency-manager","gradle","gradleplugin","java"],"created_at":"2024-10-13T14:13:10.144Z","updated_at":"2026-05-18T05:42:57.003Z","avatar_url":"https://github.com/andimarek.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discreet (Not released yet)\n\n## Source code dependencies without conflicts\n\nDiscreet adds dependencies to your project by import source code while \nautomatically \"rewriting\" it to avoid any conflicts.\n\n### Why using discreet \n\nSometimes you can't use another library: \nFor example when writing a library itself adding a new dependency puts \nthe burden on the user to resolve and maintain these transitive dependencies.  \n\nThe opposite can also be true: you can't use a library in a specific version because it is already \nin your dependency tree in a different incompatible version.\n\nSometimes maintaining a new library is too much work, especially for a few lines of code. \nDiscreet makes this easier: just open a new PR in this repo and done.\n\n\n### How it works \n\nDiscreet downloads the dependency source code and puts it in a special `{buildDir}/discreet-src` directory.\nThe source code is also prefixed with your project name to make it private.\nFor example if you wanna use the `Async` class in your `example` project it will be in the `example.async` package.\n\n\n## How to use it\n\nAdd the `discreet` plugin to your `build.gradle.kts`:\n\n\n```groovy\nplugins {\n    java\n    id(\"com.andimarek.discreet\")\n}\n```\n\n\nAfter that you can add `discreet` dependencies to your project.\n \nFor example: \n\n```groovy\ndependencies {\n    \"discreet\"(\"com.andimarek.discreet:async:2019-03-18T08-44-53:sources\")\n}\n\n```\n\n## Contribute new modules\n\nHave a look at the existing [modules](modules) directory and create a new PR with new subfolder in it.  \n\n## Available modules\n\n\n### Async\n\n...\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandimarek%2Fdiscreet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandimarek%2Fdiscreet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandimarek%2Fdiscreet/lists"}