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