Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
---|---|
GroupId | GroupIdcom.asayama.docs.gwt.angular.examples |
ArtifactId | ArtifactIdPromise |
Version | Version0.0.66 |
Type | Typejar |
Filename | Size |
---|---|
Promise-0.0.66.pom | |
Promise-0.0.66.jar | 17 KB |
Promise-0.0.66-sources.jar | 7 KB |
Promise-0.0.66-javadoc.jar | 58 KB |
Browse |
<!-- 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.66</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Promise/
implementation 'com.asayama.docs.gwt.angular.examples:Promise:0.0.66'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Promise/
implementation ("com.asayama.docs.gwt.angular.examples:Promise:0.0.66")
'com.asayama.docs.gwt.angular.examples:Promise:jar:0.0.66'
<dependency org="com.asayama.docs.gwt.angular.examples" name="Promise" rev="0.0.66">
<artifact name="Promise" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='Promise', version='0.0.66')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "Promise" % "0.0.66"
[com.asayama.docs.gwt.angular.examples/Promise "0.0.66"]