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