在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):vincenzopalazzo/material-ui-swing开源软件地址(OpenSource Url):https://github.com/vincenzopalazzo/material-ui-swing开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Material-UI-SwingDescriptionA modern, Material Design UI for Java Swing Overview
RepositoryMaven <dependency>
<groupId>io.github.vincenzopalazzo</groupId>
<artifactId>material-ui-swing</artifactId>
<version>1.1.2</version>
</dependency> Gradle (Groovy) implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2' Gradle (Kotlin DSL) implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2") Others version here Snapshot versionEach master version has a SNAPSHOT version that is the official version An example of gradle configuration is reported below Gradle (Kotlin DSL) configurations.all {
resolutionStrategy.cacheDynamicVersionsFor(0, "seconds")
resolutionStrategy.cacheChangingModulesFor(0, "seconds")
}
repositories {
... other suff
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
... other stuff
implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.3-rc1-SNAPSHOT")
}
Code Style
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 ./gradlew verifyGoogleJavaFormat If any error are reported please run the following command to fix them ./gradlew googleJavaFormat 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) For more details about the JDK support see this issue and to know more about the Google Java code Style see this reference Build with Material-UI-SwingList of projects with Material-UI-Swing theme
Contact us if you use this look and feel, so we can add your project to the list |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论