is not current version
Last Version 0.2.6

io.github.humbleui.jwm:jwm main

Cross-platform window management and OS integration library for Java

GroupId

GroupId

io.github.humbleui.jwm
ArtifactId

ArtifactId

jwm
Version

Version

main
Type

Type

jar

Download jwm main


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