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