g

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.
http://gwt-angular.asayama.com
The Apache Software License, Version 2.0
Yuki Asayama
Files download
File Operation
gwt-angular-0.2.4.pom download
Apache Maven
<dependency>
  <groupId>com.asayama.gwt.angular</groupId>
  <artifactId>gwt-angular</artifactId>
  <version>0.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.asayama.gwt.angular:gwt-angular:0.2.4'
Gradle Kotlin
implementation("com.asayama.gwt.angular:gwt-angular:0.2.4")
Scala SBT
libraryDependencies += "com.asayama.gwt.angular" % "gwt-angular" % "0.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.asayama.gwt.angular', module='gwt-angular', version='0.2.4')
)
Apache Ivy
<dependency org="com.asayama.gwt.angular" name="gwt-angular" rev="0.2.4" />
Leiningen
[com.asayama.gwt.angular/gwt-angular "0.2.4"]
Apache Buildr
'com.asayama.gwt.angular:gwt-angular:jar:0.2.4'
Dependencies
The project has no third-party dependencies