| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdsitemap-xml-parent |
| Version | Version1.4.17.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sitemap-xml-parent-1.4.17.3.pom | 796 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/sitemap-xml-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>sitemap-xml-parent</artifactId>
<version>1.4.17.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/sitemap-xml-parent/
implementation 'org.wicketstuff:sitemap-xml-parent:1.4.17.3'
// https://jarcasting.com/artifacts/org.wicketstuff/sitemap-xml-parent/
implementation ("org.wicketstuff:sitemap-xml-parent:1.4.17.3")
'org.wicketstuff:sitemap-xml-parent:pom:1.4.17.3'
<dependency org="org.wicketstuff" name="sitemap-xml-parent" rev="1.4.17.3">
<artifact name="sitemap-xml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='sitemap-xml-parent', version='1.4.17.3')
)
libraryDependencies += "org.wicketstuff" % "sitemap-xml-parent" % "1.4.17.3"
[org.wicketstuff/sitemap-xml-parent "1.4.17.3"]