https://github.com/lightbend/sbt-paradox-dependencies
A Paradox directive to show module's transitive dependencies in the Paradox generated documentation
https://github.com/lightbend/sbt-paradox-dependencies
Last synced: 10 months ago
JSON representation
A Paradox directive to show module's transitive dependencies in the Paradox generated documentation
- Host: GitHub
- URL: https://github.com/lightbend/sbt-paradox-dependencies
- Owner: lightbend
- License: apache-2.0
- Created: 2018-10-25T18:55:15.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T05:59:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T04:36:55.577Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbt-paradox-dependencies [![maven-central-badge][]][maven-central][![github-actions-badge][]][github-actions]
A [Paradox](https://github.com/lightbend/paradox/) directive to show module's transitive dependencies in the Paradox generated documentation.
## Usage
```scala
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % )
```
Use the directive in a Paradox markdown file and specify the sbt project id.
```
@@dependencies { projectId="core" }
```
Any project from the build root project aggregates can be specified. If the project is not among the aggregates, then it needs
to be added to the `paradoxDependenciesProjects` setting value.
```scala
paradoxDependenciesProjects := Seq(projectA, projectB)
```
## License
The license is Apache 2.0, see LICENSE.
## Maintenance notes
**This project is NOT supported under the Lightbend subscription.**
Feel free to ping contributors for code review or discussions. Pull requests are very welcome–thanks in advance!
[maven-central]: https://maven-badges.herokuapp.com/maven-central/com.lightbend.paradox/sbt-paradox-dependencies
[maven-central-badge]: https://maven-badges.herokuapp.com/maven-central/com.lightbend.paradox/sbt-paradox-dependencies/badge.svg
[github-actions]: https://github.com/lightbend/sbt-paradox-dependencies/actions/workflows/ci.yml?query=branch%3Amaster
[github-actions-badge]: https://github.com/lightbend/sbt-paradox-dependencies/actions/workflows/ci.yml/badge.svg?branch=master