MVN

com.asayama.gwt.angular : gwt-angular

Maven & Gradle

Jan 20, 2016

gwt-angular · 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.

<dependency>
    <groupId>com.asayama.gwt.angular</groupId>
    <artifactId>gwt-angular</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.asayama.gwt.angular : gwt-angular to add to Maven - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of com.asayama.gwt.angular : gwt-angular to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
gwt-angular-0.2.4
gwt-angular-0.2.3
gwt-angular-0.2.2
gwt-angular-0.2.1
gwt-angular-0.2.0
0.1.x
gwt-angular-0.1.2
gwt-angular-0.1.1
gwt-angular-0.1.0
0.0.x
gwt-angular-0.0.72
gwt-angular-0.0.71
gwt-angular-0.0.70
gwt-angular-0.0.69
gwt-angular-0.0.68
gwt-angular-0.0.67
gwt-angular-0.0.66
gwt-angular-0.0.65-patch.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.asayama.gwt.angular</groupId>
    <artifactId>gwt-angular</artifactId>
    <version>0.2.4</version>
</dependency>