{"id":15523099,"url":"https://github.com/xuwei-k/sbt-conflict-classes","last_synced_at":"2025-04-23T03:51:04.988Z","repository":{"id":24316715,"uuid":"101187101","full_name":"xuwei-k/sbt-conflict-classes","owner":"xuwei-k","description":"show conflict classes in classpath. fork from https://github.com/todesking/sbt-conflict-classes","archived":false,"fork":false,"pushed_at":"2025-03-20T08:01:56.000Z","size":119,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-17T19:17:35.540Z","etag":null,"topics":["sbt","sbt-plugin"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/xuwei-k.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-23T14:06:05.000Z","updated_at":"2025-04-09T10:12:09.000Z","dependencies_parsed_at":"2023-12-05T00:25:13.927Z","dependency_job_id":"839f8dcf-ab0a-44de-946a-7816def5191a","html_url":"https://github.com/xuwei-k/sbt-conflict-classes","commit_stats":{"total_commits":267,"total_committers":4,"mean_commits":66.75,"dds":0.5243445692883895,"last_synced_commit":"6beeabcdb43612bdaa7a90d16ddbc914ed9a7639"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fsbt-conflict-classes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fsbt-conflict-classes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fsbt-conflict-classes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fsbt-conflict-classes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuwei-k","download_url":"https://codeload.github.com/xuwei-k/sbt-conflict-classes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366685,"owners_count":21418768,"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":["sbt","sbt-plugin"],"created_at":"2024-10-02T10:43:30.912Z","updated_at":"2025-04-23T03:51:04.969Z","avatar_url":"https://github.com/xuwei-k.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbt-conflict-classes: List conflict classes in classpath\n\n\n## Usage\n\n```scala\n// project/plugins.sbt\naddSbtPlugin(\"com.github.xuwei-k\" % \"sbt-conflict-classes\" % \"0.1.1\")\n```\n\n```scala\n// build.sbt\n\nenablePlugins(ConflictClassesPlugin)\n\n// Exclude from conflict detection(match with startsWith)(Optional)\nconflictClassExcludes ++= Seq(\n  \"com/example/DuplicateClass.class\",\n  \"com/example/dups/\"\n)\n```\n\n```\n$ sbt Compile/conflictClasses # show compile-time conflicts\n$ sbt Test/conflictClasses    # show test-time conflicts\n$ sbt Runtime/conflictClasses # show runtime conflicts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fsbt-conflict-classes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuwei-k%2Fsbt-conflict-classes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fsbt-conflict-classes/lists"}