{"id":13467749,"url":"https://github.com/adept-dm/adept","last_synced_at":"2026-01-10T05:22:33.729Z","repository":{"id":8900625,"uuid":"10623200","full_name":"adept-dm/adept","owner":"adept-dm","description":"Adept - the predictable dependency management system ","archived":false,"fork":false,"pushed_at":"2014-10-09T05:57:29.000Z","size":7950,"stargazers_count":172,"open_issues_count":10,"forks_count":10,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-07-31T15:06:33.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","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/adept-dm.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}},"created_at":"2013-06-11T14:27:58.000Z","updated_at":"2024-04-12T14:42:15.000Z","dependencies_parsed_at":"2022-08-29T17:30:12.485Z","dependency_job_id":null,"html_url":"https://github.com/adept-dm/adept","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adept-dm%2Fadept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adept-dm%2Fadept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adept-dm%2Fadept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adept-dm%2Fadept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adept-dm","download_url":"https://codeload.github.com/adept-dm/adept/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222107286,"owners_count":16932450,"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-07-31T15:01:00.092Z","updated_at":"2026-01-10T05:22:33.689Z","avatar_url":"https://github.com/adept-dm.png","language":"Scala","funding_links":[],"categories":["Scala","构建工具"],"sub_categories":["Spring Cloud框架"],"readme":"# Adept #\n_- adept dependency management_\n\n## Adept Alpha is OUT!\n\nCurrently only sbt is supported. The sbt plugin install instructions are available here:\nhttps://github.com/adepthub/adepthub-ext\n\n## Overview\n\n[![Build\nStatus](https://travis-ci.org/adept-dm/adept.svg?branch=master)](https://travis-ci.org/adept-dm/adept)\n\n\u003cimg src=\"https://raw.github.com/wiki/adept-dm/adept/images/adept_logo.png\"\n alt=\"Adept logo\" title=\"Adept\" width=\"205px\" height=\"194px\" align=\"right\" /\u003e\n\nAdept is a platform agnostic dependency management system.\n\nAdept avoids:\n- A 'download the Internet' step in your builds that takes forever\n- Non-reproducible builds\n- Mysteriously corrupt caches\n- Complex publish procedures\n\nAdept gives you speed and deterministic behavior:\n* Smarter metadata gives exactly what you want or tells you what is wrong\n* Separates metadata and artifacts\n* Downloads everything in parallel because it can do all resolution up-front\n* Uses git and hashes to cache **RELIABLY** and avoid extra http requests\n* Publish by just pushing to a git repository\n\n\n## Find out more\n\n| Technical Docs                  | Setup Guide               | Roadmap                 | Contributing                      |\n|:-------------------------------:|:-------------------------:|:-----------------------:|:---------------------------------:|\n| ![i1] [techdocs-image]          | ![i2] [setup-image]       | ![i3] [roadmap-image]   | ![i4] [contributing-image]        |\n| **[Design] [techdocs]** | **[Setup Guide] [setup]** | **[Roadmap] [roadmap]** | **[Contributing] [contributing]** |\n\n## Contributing\n\nDo you want to take part in shaping the ultimate dependency management system on the JVM for years to come?\n\n**Now is the time! Head over to the [Contributing] section**\n\n## Partners\n\n**Do you struggle with your builds at work and think Adept could solve your issues?**\n\n**Want to engage in Adept now and make sure your requirements are met?**\n\nCreate an [issue] [issues] and tell the world about your interest or drop me a mail directly if privacy is\nrequired: fredrik.ekholdt (at) typesafe.com !\n\n## Questions or need help?\n\nNo question should be unasked: head to the [issues tracker] [issues] or start a thread on the [mailing list]\n[mailinglist].\n\n## License\n\nLicensed under the **[Apache License, Version 2.0] [license]** (the \"License\");\nyou may not use this software except in compliance with the License.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n[wiki]: https://github.com/adept-dm/adept/wiki/Home\n[mailinglist]: http://groups.google.com/group/adept-dev/\n[issues]: https://github.com/adept-dm/adept/issues\n[design]: https://github.com/adept-dm/adept/wiki/Design\n[license]: http://www.apache.org/licenses/LICENSE-2.0\n\n[techdocs]: https://github.com/adept-dm/adept/wiki/Documentation\n[setup]: https://github.com/adept-dm/adept/wiki/Setup\n[roadmap]: https://github.com/adept-dm/adept/wiki/Roadmap\n[contributing]: https://github.com/adept-dm/adept/wiki/Contributing\n\n[techdocs-image]: https://github.com/adept-dm/adept/wiki/images/techdocs.png\n[setup-image]: https://github.com/adept-dm/adept/wiki/images/setup.png\n[roadmap-image]: https://github.com/adept-dm/adept/wiki/images/roadmap.png\n[contributing-image]: https://github.com/adept-dm/adept/wiki/images/contribute.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadept-dm%2Fadept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadept-dm%2Fadept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadept-dm%2Fadept/lists"}