|  | 
| 1 |  | -# Sbt Dependency Analyzer for IntelliJ IDEA | 
|  | 1 | +# sbt-dependency-analyzer | 
| 2 | 2 | 
 | 
| 3 | 3 | <img src="./logo.svg" width="250" height="150" alt="Sbt Dependency Analyzer Logo" align="right" /> | 
| 4 | 4 | 
 | 
| 5 |  | -[](https://github.com/bitlap/sbt-dependency-analyzer/actions/workflows/ScalaCI.yml) | 
| 6 |  | -[](https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer/versions) | 
| 7 |  | -[](https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer) | 
|  | 5 | +[![Build Status][badge:build]][gh:workflows-build] | 
|  | 6 | +[![License][badge:license]][gh:license] | 
|  | 7 | +[![GitHub releases][badge:release]][gh:releases] | 
|  | 8 | +[![Version][badge:version]][plugin-versions] | 
|  | 9 | +[![Downloads][badge:downloads]][plugin-homepage] | 
|  | 10 | + | 
|  | 11 | +<p align="center"><b>Sbt Dependency Analyzer plugin for IntelliJ based IDEs/Android Studio.</b></p> | 
|  | 12 | + | 
| 8 | 13 | 
 | 
| 9 | 14 | English | [中文](README-CN.md) | 
| 10 | 15 | 
 | 
| 11 | 16 | **⭐ Found this plugin useful? Please give it a Star on [GitHub](https://github.com/bitlap/sbt-dependency-analyzer) to show your support!** | 
| 12 | 17 | 
 | 
| 13 | 18 | ## 🚀 Overview | 
| 14 | 19 | 
 | 
| 15 |  | -The Sbt Dependency Analyzer plugin for IntelliJ IDEA provides powerful visual tools to help you understand, manage, and troubleshoot your Sbt project's dependencies with ease. Gain clear insights into your library dependencies and their relationships, directly within your IDE. | 
| 16 |  | - | 
| 17 |  | -> Supports Community Edition, Ultimate, and Android Studio. | 
|  | 20 | +The Sbt Dependency Analyzer plugin provides powerful visual tools to help you understand, manage, and troubleshoot your Sbt project's dependencies with ease. Gain clear insights into your library dependencies and their relationships, directly within your IDE. | 
| 18 | 21 | 
 | 
| 19 | 22 | ## ✨ Key Features | 
| 20 | 23 | 
 | 
| @@ -87,4 +90,18 @@ Contributions are welcome! Please feel free to submit issues, feature requests, | 
| 87 | 90 | <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg?_gl=1*8f2ovk*_ga*NTY2NTA4Mzg1LjE2NzU3MzgzMTI.*_ga_9J976DJZ68*MTcwMzIwOTE4NS4xODUuMS4xNzAzMjA5NDYzLjI4LjAuMA..&_ga=2.177269094.2105719560.1703209186-566508385.1675738312" alt="IntelliJ IDEA logo."> | 
| 88 | 91 | </a> | 
| 89 | 92 | 
 | 
| 90 |  | -<br /> | 
|  | 93 | +<br /> | 
|  | 94 | + | 
|  | 95 | +[badge:build]: https://github.com/bitlap/sbt-dependency-analyzer/actions/workflows/ScalaCI.yml/badge.svg | 
|  | 96 | +[plugin-logo]: https://github.com/bitlap/sbt-dependency-analyzer/blob/master/logo.svg | 
|  | 97 | +[badge:license]: https://img.shields.io/github/license/bitlap/sbt-dependency-analyzer.svg?style=flat-square | 
|  | 98 | +[badge:release]: https://img.shields.io/github/release/bitlap/sbt-dependency-analyzer.svg?sort=semver&style=flat-square&colorB=0097A7 | 
|  | 99 | +[badge:version]: https://img.shields.io/jetbrains/plugin/v/22427.svg?style=flat-square&colorB=2196F3 | 
|  | 100 | +[badge:downloads]: https://img.shields.io/jetbrains/plugin/d/22427.svg?style=flat-square&colorB=5C6BC0 | 
|  | 101 | + | 
|  | 102 | +[gh:sbt-dependency-analyzer]: https://github.com/bitlap/sbt-dependency-analyzer | 
|  | 103 | +[gh:releases]: https://github.com/bitlap/sbt-dependency-analyzer/releases | 
|  | 104 | +[gh:workflows-build]: https://github.com/bitlap/sbt-dependency-analyzer/actions/workflows/ScalaCI.yml | 
|  | 105 | +[gh:license]: https://github.com/bitlap/sbt-dependency-analyzer/blob/master/LICENSE | 
|  | 106 | +[plugin-homepage]: https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer | 
|  | 107 | +[plugin-versions]: https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer/versions | 
0 commit comments