is not current version
Last Version 0.2.4

com.asayama.gwt.angular:gwt-angular 0.0.66

The purpose of gwt-angular project is to bring the powerful MVC framework of AngularJS to Java programmers. gwt-angular provides a GWT wrapper around AngularJS, so that components of AngularJS can be written in Java language, in a manner that is natural to a programmer with that background. The project aims to leverage the runtime efficiency of AngularJS and the build time optimization of GWT.

Categories

Categories

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

GroupId

com.asayama.gwt.angular
ArtifactId

ArtifactId

gwt-angular
Version

Version

0.0.66
Type

Type

pom

Download gwt-angular 0.0.66

Filename Size
gwt-angular-0.0.66.pom 11 KB
Browse

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