Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-lazymodel |
Version | Version7.7.0 |
Type | Typejar |
Filename | Size |
---|---|
wicketstuff-lazymodel-7.7.0.pom | |
wicketstuff-lazymodel-7.7.0.jar | 33 KB |
wicketstuff-lazymodel-7.7.0-sources.jar | 20 KB |
wicketstuff-lazymodel-7.7.0-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lazymodel/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-lazymodel</artifactId>
<version>7.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lazymodel/
implementation 'org.wicketstuff:wicketstuff-lazymodel:7.7.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lazymodel/
implementation ("org.wicketstuff:wicketstuff-lazymodel:7.7.0")
'org.wicketstuff:wicketstuff-lazymodel:jar:7.7.0'
<dependency org="org.wicketstuff" name="wicketstuff-lazymodel" rev="7.7.0">
<artifact name="wicketstuff-lazymodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-lazymodel', version='7.7.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-lazymodel" % "7.7.0"
[org.wicketstuff/wicketstuff-lazymodel "7.7.0"]