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