Each master version has a SNAPSHOT version that is the official version x.x.x + 1, so for example for the version v1.1.2-rc1 the version on if exist a

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-06 10:30:05

Each master version has a SNAPSHOT version that is the official version x.x.x + 1, so for example for the version v1.1.2-rc1 the version on if exist a new version of the master branch is v1.1.2-rc2-SNAPSHOT

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 or Gradle.

This repository use google-java-format to maintains the code of the repository elegant, so before submit the code check the Java format with the following command on the root of the directory

P.S.: The gradle plugin works with all the JDK versions >= 9 (or better with java byte code version compatible with the version 55.0)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Leave a Comment