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