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