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