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