diff --git a/README.md b/README.md index cb59b41..fcdd178 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # Material-UI-Swing [![Maven Central](https://img.shields.io/maven-central/v/io.github.vincenzopalazzo/material-ui-swing?color=%237cc4f4&style=for-the-badge)](https://search.maven.org/search?q=g:%22io.github.vincenzopalazzo%22%20AND%20a:%22material-ui-swing%22) -![GitHub All Releases](https://img.shields.io/github/downloads/atarw/material-ui-swing/total?style=for-the-badge) +![GitHub last commit](https://img.shields.io/github/last-commit/atarw/material-ui-swing?color=%237cc4f4&style=for-the-badge) +![GitHub All Releases](https://img.shields.io/github/downloads/atarw/material-ui-swing/total?color=%234caf50&style=for-the-badge)
-> This repository contains only the official version, and it is not updated often because all develop activity is do on [vincenzopalazzo/material-ui-swing](https://github.com/vincenzopalazzo/material-ui-swing) - ## Description ![GitHub issues](https://img.shields.io/github/issues/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge) ![GitHub pull requests](https://img.shields.io/github/issues-pr/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge) -[![Donation](https://img.shields.io/website/http/vincenzopalazzo.github.io/material-ui-swing-donations.svg?style=for-the-badge&up_color=yellow&up_message=Donation)](https://vincenzopalazzo.github.io/material-ui-swing-donations) +[![Donation](https://img.shields.io/website/http/material-ui-swing.github.io/material-ui-swing-donations.svg?style=for-the-badge&up_color=yellow&up_message=Donation)](https://material-ui-swing.github.io/material-ui-swing-donations) [![Gitter chat](https://img.shields.io/gitter/room/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge)](https://gitter.im/material-ui-swing/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) A modern, Material Design UI for Java Swing @@ -20,32 +19,32 @@ A modern, Material Design UI for Java Swing - [Introduction](https://github.com/vincenzopalazzo/material-ui-swing/wiki/Introduction) - [Component Supported](https://github.com/vincenzopalazzo/material-ui-swing/wiki/Component-Supported) -- [Material Theming](#TODO) -- [Develop a new Theme](#TODO) +- [Material Theming](https://github.com/vincenzopalazzo/material-ui-swing/wiki) +- [Develop a new Theme](https://github.com/vincenzopalazzo/material-ui-swing/wiki) - [Screenshots](https://github.com/vincenzopalazzo/material-ui-swing/wiki/Screenshots) - [Built with](https://github.com/vincenzopalazzo/material-ui-swing/wiki/Built-with) - [Community](https://gitter.im/material-ui-swing/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link) - [License](https://github.com/vincenzopalazzo/material-ui-swing/tree/development#license) - ## Repository +## Repository - _Maven_ +_Maven_ ```xml io.github.vincenzopalazzo material-ui-swing - 1.1.1 + 1.1.2-rc1 ``` - _Gradle (Groovy)_ +_Gradle (Groovy)_ ```groovy -implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.1' +implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1' ``` - _Gradle (Kotlin)_ +_Gradle (Kotlin)_ ```kotlin -implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.1") +implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1") ``` Others version [here](https://search.maven.org/artifact/io.github.vincenzopalazzo/material-ui-swing) @@ -61,6 +60,8 @@ Contact us if you use this look and feel, so we can add your project to the list - Arizona State University - [zanderson9](https://github.com/zanderson9) +You can support the project on the [Material-UI-Swing donation site](https://material-ui-swing.github.io/material-ui-swing-donations/) + ## Supporters
@@ -69,17 +70,16 @@ Contact us if you use this look and feel, so we can add your project to the list [JetBrains' support](https://www.jetbrains.com/?from=material-ui-swing) -## Performance
The YourKit is used also by Google, Microsoft, PayPal, ecc. - **YourKit**: it supports open source projects with innovative and intelligent tools -for monitoring and profiling Java and .NET applications. -YourKit is the creator of YourKit Java Profiler, -YourKit .NET Profiler, -and YourKit YouMonitor. + for monitoring and profiling Java and .NET applications. + YourKit is the creator of YourKit Java Profiler, + YourKit .NET Profiler, + and YourKit YouMonitor. ## License @@ -91,14 +91,15 @@ Copyright (c) 2018 atharva washimkar. Copyright (c) 2019-2020 atharva washimkar, Vincenzo Palazzo vincenzopalazzodev@gmail.com -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, +Copyright (c) 2021 Vincenzo Palazzo vincenzopalazzodev@gmail.com + +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. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE -OR OTHER DEALINGS IN THE SOFTWARE. - +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/pom.xml b/pom.xml index e10bd97..7fdcc5b 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ + 1.8 1.8 UTF-8 - 1.8