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