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