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