From 1996797e7ac804519e3addc7f1179cc7cc85c7bc Mon Sep 17 00:00:00 2001 From: Juan Patricio Date: Mon, 5 Feb 2024 12:24:40 -0300 Subject: [PATCH] Added swingx notice in README.md This will tell people that swingx is optional and can be excluded using their dependency management tools. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ee4af15..a01a51e 100644 --- a/README.md +++ b/README.md @@ -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.