is not current version
Last Version 1.0.3

com.asayama.docs.gwt.angular.examples:HttpClient 0.0.71

An example GWT Angular module demonstrating the use of HTTP client.

Categories

Categories

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

GroupId

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

ArtifactId

HttpClient
Version

Version

0.0.71
Type

Type

jar

Download HttpClient 0.0.71


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