| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.ekotrope |
| Идентификатор | Идентификаторgwt-completablefuture |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGWT-CompletableFuture
GWT 2.8.0 Compatible implementation of java.util.concurrent.CompletableFuture and supporting classes
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gwt-completablefuture-1.0.0.pom | |
| gwt-completablefuture-1.0.0.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ekotrope/gwt-completablefuture/ -->
<dependency>
<groupId>com.ekotrope</groupId>
<artifactId>gwt-completablefuture</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ekotrope/gwt-completablefuture/
implementation 'com.ekotrope:gwt-completablefuture:1.0.0'
// https://jarcasting.com/artifacts/com.ekotrope/gwt-completablefuture/
implementation ("com.ekotrope:gwt-completablefuture:1.0.0")
'com.ekotrope:gwt-completablefuture:jar:1.0.0'
<dependency org="com.ekotrope" name="gwt-completablefuture" rev="1.0.0">
<artifact name="gwt-completablefuture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ekotrope', module='gwt-completablefuture', version='1.0.0')
)
libraryDependencies += "com.ekotrope" % "gwt-completablefuture" % "1.0.0"
[com.ekotrope/gwt-completablefuture "1.0.0"]