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