d

darklaf-macos

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