| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки ORM Данные |
|---|---|
| Группа | Группаcom.gwtplatform |
| Идентификатор | Идентификаторgwtp-carstore |
| Версия | Версия1.1.1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| gwtp-carstore-1.1.1.pom | |
| gwtp-carstore-1.1.1.war | 32 MB |
| gwtp-carstore-1.1.1-sources.jar | 251 KB |
| gwtp-carstore-1.1.1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gwtplatform/gwtp-carstore/ -->
<dependency>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-carstore</artifactId>
<version>1.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.gwtplatform/gwtp-carstore/
implementation 'com.gwtplatform:gwtp-carstore:1.1.1'
// https://jarcasting.com/artifacts/com.gwtplatform/gwtp-carstore/
implementation ("com.gwtplatform:gwtp-carstore:1.1.1")
'com.gwtplatform:gwtp-carstore:war:1.1.1'
<dependency org="com.gwtplatform" name="gwtp-carstore" rev="1.1.1">
<artifact name="gwtp-carstore" type="war" />
</dependency>
@Grapes(
@Grab(group='com.gwtplatform', module='gwtp-carstore', version='1.1.1')
)
libraryDependencies += "com.gwtplatform" % "gwtp-carstore" % "1.1.1"
[com.gwtplatform/gwtp-carstore "1.1.1"]