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