is not current version
Last Version 1.0.3

com.asayama.docs.gwt.angular.examples:Promise 0.0.70

An example GWT Angular module demonstrating the use of promise pattern.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Angular
GroupId

GroupId

com.asayama.docs.gwt.angular.examples
ArtifactId

ArtifactId

Promise
Version

Version

0.0.70
Type

Type

jar

Download Promise 0.0.70


<!-- https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Promise/ -->
<dependency>
    <groupId>com.asayama.docs.gwt.angular.examples</groupId>
    <artifactId>Promise</artifactId>
    <version>0.0.70</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Promise/
implementation 'com.asayama.docs.gwt.angular.examples:Promise:0.0.70'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Promise/
implementation ("com.asayama.docs.gwt.angular.examples:Promise:0.0.70")
'com.asayama.docs.gwt.angular.examples:Promise:jar:0.0.70'
<dependency org="com.asayama.docs.gwt.angular.examples" name="Promise" rev="0.0.70">
  <artifact name="Promise" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='Promise', version='0.0.70')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "Promise" % "0.0.70"
[com.asayama.docs.gwt.angular.examples/Promise "0.0.70"]