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