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