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