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