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