Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-lazymodel |
Version | Version9.0.1-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lazymodel/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-lazymodel</artifactId>
<version>9.0.1-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lazymodel/
implementation 'org.wicketstuff:wicketstuff-lazymodel:9.0.1-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lazymodel/
implementation ("org.wicketstuff:wicketstuff-lazymodel:9.0.1-M3")
'org.wicketstuff:wicketstuff-lazymodel:jar:9.0.1-M3'
<dependency org="org.wicketstuff" name="wicketstuff-lazymodel" rev="9.0.1-M3">
<artifact name="wicketstuff-lazymodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-lazymodel', version='9.0.1-M3')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-lazymodel" % "9.0.1-M3"
[org.wicketstuff/wicketstuff-lazymodel "9.0.1-M3"]