Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.formdev |
ArtifactId | ArtifactIdflatlaf-swingx |
Version | Version0.37 |
Type | Typejar |
Filename | Size |
---|---|
flatlaf-swingx-0.37.pom | |
flatlaf-swingx-0.37.jar | 33 KB |
flatlaf-swingx-0.37-sources.jar | 24 KB |
flatlaf-swingx-0.37-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.formdev/flatlaf-swingx/ -->
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf-swingx</artifactId>
<version>0.37</version>
</dependency>
// https://jarcasting.com/artifacts/com.formdev/flatlaf-swingx/
implementation 'com.formdev:flatlaf-swingx:0.37'
// https://jarcasting.com/artifacts/com.formdev/flatlaf-swingx/
implementation ("com.formdev:flatlaf-swingx:0.37")
'com.formdev:flatlaf-swingx:jar:0.37'
<dependency org="com.formdev" name="flatlaf-swingx" rev="0.37">
<artifact name="flatlaf-swingx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.formdev', module='flatlaf-swingx', version='0.37')
)
libraryDependencies += "com.formdev" % "flatlaf-swingx" % "0.37"
[com.formdev/flatlaf-swingx "0.37"]