is not current version
Last Version 1.4.1

org.freedesktop:wayland 1.2.0

Generated Wayland protocol Java-language Bindings

GroupId

GroupId

org.freedesktop
ArtifactId

ArtifactId

wayland
Version

Version

1.2.0
Type

Type

jar

Download wayland 1.2.0


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