License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
GroupId | GroupIdcom.asayama.gwt.angular |
ArtifactId | ArtifactIdgwt-angular |
Last Version | Last Version0.2.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongwt-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.
|
Filename | Size |
---|---|
gwt-angular-0.2.4.pom | 10 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.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.gwt.angular/gwt-angular/
implementation 'com.asayama.gwt.angular:gwt-angular:0.2.4'
// https://jarcasting.com/artifacts/com.asayama.gwt.angular/gwt-angular/
implementation ("com.asayama.gwt.angular:gwt-angular:0.2.4")
'com.asayama.gwt.angular:gwt-angular:pom:0.2.4'
<dependency org="com.asayama.gwt.angular" name="gwt-angular" rev="0.2.4">
<artifact name="gwt-angular" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.asayama.gwt.angular', module='gwt-angular', version='0.2.4')
)
libraryDependencies += "com.asayama.gwt.angular" % "gwt-angular" % "0.2.4"
[com.asayama.gwt.angular/gwt-angular "0.2.4"]