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