License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.ekotrope |
ArtifactId | ArtifactIdgwt-completablefuture |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT-CompletableFuture
GWT 2.8.0 Compatible implementation of java.util.concurrent.CompletableFuture and supporting classes
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-completablefuture-1.0.0.pom | |
gwt-completablefuture-1.0.0.jar | 27 KB |
Browse |
<!-- 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"]