License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
GroupId | GroupIdcom.asayama.docs.gwt.angular |
ArtifactId | ArtifactIdgwt-angular-web |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptiongwt-angular-web
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.
|
Filename | Size |
---|---|
gwt-angular-web-1.0.3.pom | |
gwt-angular-web-1.0.3.war | 32 MB |
gwt-angular-web-1.0.3-sources.jar | 152 KB |
gwt-angular-web-1.0.3-javadoc.jar | 109 KB |
Browse |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular/gwt-angular-web/
implementation ("com.asayama.docs.gwt.angular:gwt-angular-web:1.0.3")
'com.asayama.docs.gwt.angular:gwt-angular-web:war:1.0.3'
<dependency org="com.asayama.docs.gwt.angular" name="gwt-angular-web" rev="1.0.3">
<artifact name="gwt-angular-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular', module='gwt-angular-web', version='1.0.3')
)
libraryDependencies += "com.asayama.docs.gwt.angular" % "gwt-angular-web" % "1.0.3"
[com.asayama.docs.gwt.angular/gwt-angular-web "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.asayama.gwt.fa : gwt-font-awesome | jar | 0.1.4 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-codeserver | jar | 2.8.0-beta1 |