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