is not current version
Last Version 1.0.3

com.asayama.docs.gwt.angular:gwt-angular-web 1.0.1

Provides the live demo web site for GWT Angular project. GWT Angular is a GWT wrapper around AngularJS framework, so that the powerful MVC framework of AngularJS can be used by Java programmers. The site itself is written using GWT Angular. If anyone wishes to learn how to write a site using GWT Angular, and wishes to see a working example, this project may serve as a reference implementation.

Categories

Categories

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

GroupId

com.asayama.docs.gwt.angular
ArtifactId

ArtifactId

gwt-angular-web
Version

Version

1.0.1
Type

Type

war

Download gwt-angular-web 1.0.1


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