<dependency> <groupId>com.formdev</groupId> <artifactId>flatlaf-intellij-themes</artifactId> <version>2.6</version> </dependency>
implementation 'com.formdev:flatlaf-intellij-themes:2.6'
implementation("com.formdev:flatlaf-intellij-themes:2.6")
libraryDependencies += "com.formdev" % "flatlaf-intellij-themes" % "2.6"
@Grapes( @Grab(group='com.formdev', module='flatlaf-intellij-themes', version='2.6') )
<dependency org="com.formdev" name="flatlaf-intellij-themes" rev="2.6" />
[com.formdev/flatlaf-intellij-themes "2.6"]
'com.formdev:flatlaf-intellij-themes:jar:2.6'
runtime
|-- com.formdev:flatlaf:2.6