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