| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Сеть |
|---|---|
| Группа | Группаnet.wetheinter |
| Идентификатор | Идентификаторxapi-gwt |
| Версия | Версия0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xapi-gwt-0.4.pom | |
| xapi-gwt-0.4.jar | 2 MB |
| xapi-gwt-0.4-tests.jar | 49 KB |
| xapi-gwt-0.4-sources.jar | 2 KB |
| xapi-gwt-0.4-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-gwt/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-gwt</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-gwt/
implementation 'net.wetheinter:xapi-gwt:0.4'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-gwt/
implementation ("net.wetheinter:xapi-gwt:0.4")
'net.wetheinter:xapi-gwt:jar:0.4'
<dependency org="net.wetheinter" name="xapi-gwt" rev="0.4">
<artifact name="xapi-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-gwt', version='0.4')
)
libraryDependencies += "net.wetheinter" % "xapi-gwt" % "0.4"
[net.wetheinter/xapi-gwt "0.4"]