is not current version
Last Version 0.10

com.github.lukeu:swing-dpi 0.6

HiDPI and UI-scaling support for Java-Swing via the PLaF mechanism

GroupId

GroupId

com.github.lukeu
ArtifactId

ArtifactId

swing-dpi
Version

Version

0.6
Type

Type

jar

Download swing-dpi 0.6


<!-- https://jarcasting.com/artifacts/com.github.lukeu/swing-dpi/ -->
<dependency>
    <groupId>com.github.lukeu</groupId>
    <artifactId>swing-dpi</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lukeu/swing-dpi/
implementation 'com.github.lukeu:swing-dpi:0.6'
// https://jarcasting.com/artifacts/com.github.lukeu/swing-dpi/
implementation ("com.github.lukeu:swing-dpi:0.6")
'com.github.lukeu:swing-dpi:jar:0.6'
<dependency org="com.github.lukeu" name="swing-dpi" rev="0.6">
  <artifact name="swing-dpi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lukeu', module='swing-dpi', version='0.6')
)
libraryDependencies += "com.github.lukeu" % "swing-dpi" % "0.6"
[com.github.lukeu/swing-dpi "0.6"]