| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdinput-events |
| Version | Version1.4.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| input-events-1.4.16.pom | |
| input-events-1.4.16.jar | 13 KB |
| input-events-1.4.16-sources.jar | 9 KB |
| input-events-1.4.16-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/input-events/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>input-events</artifactId>
<version>1.4.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/input-events/
implementation 'org.wicketstuff:input-events:1.4.16'
// https://jarcasting.com/artifacts/org.wicketstuff/input-events/
implementation ("org.wicketstuff:input-events:1.4.16")
'org.wicketstuff:input-events:jar:1.4.16'
<dependency org="org.wicketstuff" name="input-events" rev="1.4.16">
<artifact name="input-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='input-events', version='1.4.16')
)
libraryDependencies += "org.wicketstuff" % "input-events" % "1.4.16"
[org.wicketstuff/input-events "1.4.16"]