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