d

darklaf-windows

A themeable Look and Feel for java swing
https://github.com/weisJ/darklaf
MIT
com.github.weisj
Jannis Weis
Files download
File Operation
darklaf-windows-1.4.3.1.jar download
darklaf-windows-1.4.3.1.pom download
darklaf-windows-1.4.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.weisj</groupId>
  <artifactId>darklaf-windows</artifactId>
  <version>1.4.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.weisj:darklaf-windows:1.4.3.1'
Gradle Kotlin
implementation("com.github.weisj:darklaf-windows:1.4.3.1")
Scala SBT
libraryDependencies += "com.github.weisj" % "darklaf-windows" % "1.4.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.weisj', module='darklaf-windows', version='1.4.3.1')
)
Apache Ivy
<dependency org="com.github.weisj" name="darklaf-windows" rev="1.4.3.1" />
Leiningen
[com.github.weisj/darklaf-windows "1.4.3.1"]
Apache Buildr
'com.github.weisj:darklaf-windows:jar:1.4.3.1'