is not current version
Last Version 1.5-RC5.1

org.wicketstuff:input-events 1.5-RC3

All sorts of Input events, key presses etc

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

input-events
Version

Version

1.5-RC3
Type

Type

jar

Download input-events 1.5-RC3


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