Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-lambda-examples |
Version | Version8.0.0-M9 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lambda-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-lambda-examples</artifactId>
<version>8.0.0-M9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lambda-examples/
implementation 'org.wicketstuff:wicketstuff-lambda-examples:8.0.0-M9'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-lambda-examples/
implementation ("org.wicketstuff:wicketstuff-lambda-examples:8.0.0-M9")
'org.wicketstuff:wicketstuff-lambda-examples:war:8.0.0-M9'
<dependency org="org.wicketstuff" name="wicketstuff-lambda-examples" rev="8.0.0-M9">
<artifact name="wicketstuff-lambda-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-lambda-examples', version='8.0.0-M9')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-lambda-examples" % "8.0.0-M9"
[org.wicketstuff/wicketstuff-lambda-examples "8.0.0-M9"]