Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-urlfragment-examples |
Version | Version7.0.0-M6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-urlfragment-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-urlfragment-examples</artifactId>
<version>7.0.0-M6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-urlfragment-examples/
implementation 'org.wicketstuff:wicketstuff-urlfragment-examples:7.0.0-M6'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-urlfragment-examples/
implementation ("org.wicketstuff:wicketstuff-urlfragment-examples:7.0.0-M6")
'org.wicketstuff:wicketstuff-urlfragment-examples:war:7.0.0-M6'
<dependency org="org.wicketstuff" name="wicketstuff-urlfragment-examples" rev="7.0.0-M6">
<artifact name="wicketstuff-urlfragment-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-urlfragment-examples', version='7.0.0-M6')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-urlfragment-examples" % "7.0.0-M6"
[org.wicketstuff/wicketstuff-urlfragment-examples "7.0.0-M6"]