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