Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdinmethod-grid |
Version | Version1.4.14 |
Type | Typejar |
Filename | Size |
---|---|
inmethod-grid-1.4.14.pom | |
inmethod-grid-1.4.14.jar | 199 KB |
inmethod-grid-1.4.14-tests.jar | 1 KB |
inmethod-grid-1.4.14-sources.jar | 133 KB |
inmethod-grid-1.4.14-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/inmethod-grid/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>inmethod-grid</artifactId>
<version>1.4.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/inmethod-grid/
implementation 'org.wicketstuff:inmethod-grid:1.4.14'
// https://jarcasting.com/artifacts/org.wicketstuff/inmethod-grid/
implementation ("org.wicketstuff:inmethod-grid:1.4.14")
'org.wicketstuff:inmethod-grid:jar:1.4.14'
<dependency org="org.wicketstuff" name="inmethod-grid" rev="1.4.14">
<artifact name="inmethod-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='inmethod-grid', version='1.4.14')
)
libraryDependencies += "org.wicketstuff" % "inmethod-grid" % "1.4.14"
[org.wicketstuff/inmethod-grid "1.4.14"]