| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторsitemap-xml-parent |
| Версия | Версия1.4.17.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| sitemap-xml-parent-1.4.17.1.pom | 796 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/sitemap-xml-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>sitemap-xml-parent</artifactId>
<version>1.4.17.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/sitemap-xml-parent/
implementation 'org.wicketstuff:sitemap-xml-parent:1.4.17.1'
// https://jarcasting.com/artifacts/org.wicketstuff/sitemap-xml-parent/
implementation ("org.wicketstuff:sitemap-xml-parent:1.4.17.1")
'org.wicketstuff:sitemap-xml-parent:pom:1.4.17.1'
<dependency org="org.wicketstuff" name="sitemap-xml-parent" rev="1.4.17.1">
<artifact name="sitemap-xml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='sitemap-xml-parent', version='1.4.17.1')
)
libraryDependencies += "org.wicketstuff" % "sitemap-xml-parent" % "1.4.17.1"
[org.wicketstuff/sitemap-xml-parent "1.4.17.1"]