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