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