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