License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.apetrelli.gwtintegration |
ArtifactId | ArtifactIdgwt-integration-spring-web |
Last Version | Last Version1.0.0-alpha4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Integration - Spring Web
Integration of GWT with a Spring Web-driven environment.
|
<!-- https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-spring-web/ -->
<dependency>
<groupId>com.github.apetrelli.gwtintegration</groupId>
<artifactId>gwt-integration-spring-web</artifactId>
<version>1.0.0-alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-spring-web/
implementation 'com.github.apetrelli.gwtintegration:gwt-integration-spring-web:1.0.0-alpha4'
// https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-spring-web/
implementation ("com.github.apetrelli.gwtintegration:gwt-integration-spring-web:1.0.0-alpha4")
'com.github.apetrelli.gwtintegration:gwt-integration-spring-web:jar:1.0.0-alpha4'
<dependency org="com.github.apetrelli.gwtintegration" name="gwt-integration-spring-web" rev="1.0.0-alpha4">
<artifact name="gwt-integration-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apetrelli.gwtintegration', module='gwt-integration-spring-web', version='1.0.0-alpha4')
)
libraryDependencies += "com.github.apetrelli.gwtintegration" % "gwt-integration-spring-web" % "1.0.0-alpha4"
[com.github.apetrelli.gwtintegration/gwt-integration-spring-web "1.0.0-alpha4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 3.2.1.RELEASE |
com.github.apetrelli.gwtintegration : gwt-integration-spring-context | jar | 1.0.0-alpha4 |
com.github.apetrelli.gwtintegration : gwt-integration-locale | jar | 1.0.0-alpha4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |