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