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