Skip to content

Commit

Permalink
Added swingx notice in README.md
Browse files Browse the repository at this point in the history
This will tell people that swingx is optional
and can be excluded using their dependency management tools.
  • Loading branch information
juanmuscaria committed Feb 5, 2024
1 parent ccbb07e commit 1996797
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ dependencies {

```

### Excluding Swingx

While swingx is a transitive dependency for Material-UI-Swing, it is not strictly required for it to work.
Projects that wish to exclude it can use dependency exclusion on [Maven](https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html)
or [Gradle](https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html#sec:excluding-transitive-deps).

## Code Style
> We live in a world where robots can drive a car, so we shouldn't just write code, we should write elegant code.
Expand Down

0 comments on commit 1996797

Please sign in to comment.