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