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