License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdorg.lucidfox.jpromises |
ArtifactId | ArtifactIdjpromises-gwt |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionJava Library for Promises - GWT module
An implementation of Promises in Java based on the JavaScript Promises/A+ specification, with adapters for AWT and GWT. This artifact contains a GWT module with packaged sources.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpromises-gwt-0.3.0.pom | |
jpromises-gwt-0.3.0.jar | 47 KB |
jpromises-gwt-0.3.0-sources.jar | 47 KB |
jpromises-gwt-0.3.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lucidfox.jpromises/jpromises-gwt/ -->
<dependency>
<groupId>org.lucidfox.jpromises</groupId>
<artifactId>jpromises-gwt</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lucidfox.jpromises/jpromises-gwt/
implementation 'org.lucidfox.jpromises:jpromises-gwt:0.3.0'
// https://jarcasting.com/artifacts/org.lucidfox.jpromises/jpromises-gwt/
implementation ("org.lucidfox.jpromises:jpromises-gwt:0.3.0")
'org.lucidfox.jpromises:jpromises-gwt:jar:0.3.0'
<dependency org="org.lucidfox.jpromises" name="jpromises-gwt" rev="0.3.0">
<artifact name="jpromises-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lucidfox.jpromises', module='jpromises-gwt', version='0.3.0')
)
libraryDependencies += "org.lucidfox.jpromises" % "jpromises-gwt" % "0.3.0"
[org.lucidfox.jpromises/jpromises-gwt "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.lucidfox.jpromises : jpromises | jar | 0.3.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |