License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdnet.sf.gwt-widget |
ArtifactId | ArtifactIdgwt-sl |
Last Version | Last Version1.3-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSL for GWT
The Server Library for GWT is a collection of Java server side components for the Google Web Toolkit AJAX framework with the focus on the Spring framework by facilitating publishing of Spring beans as RPC services with support for Hibernate-managed entities.
|
Filename | Size |
---|---|
gwt-sl-1.3-RC1.pom | |
gwt-sl-1.3-RC1.jar | 35 KB |
gwt-sl-1.3-RC1-sources.jar | 34 KB |
gwt-sl-1.3-RC1-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-sl/ -->
<dependency>
<groupId>net.sf.gwt-widget</groupId>
<artifactId>gwt-sl</artifactId>
<version>1.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-sl/
implementation 'net.sf.gwt-widget:gwt-sl:1.3-RC1'
// https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-sl/
implementation ("net.sf.gwt-widget:gwt-sl:1.3-RC1")
'net.sf.gwt-widget:gwt-sl:jar:1.3-RC1'
<dependency org="net.sf.gwt-widget" name="gwt-sl" rev="1.3-RC1">
<artifact name="gwt-sl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.gwt-widget', module='gwt-sl', version='1.3-RC1')
)
libraryDependencies += "net.sf.gwt-widget" % "gwt-sl" % "1.3-RC1"
[net.sf.gwt-widget/gwt-sl "1.3-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 3.0.5.RELEASE |
org.springframework : spring-webmvc | jar | 3.0.5.RELEASE |
cglib : cglib-nodep | jar | 2.1_3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar | 2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.5.10 |
junit : junit | jar | 4.4 |
hsqldb : hsqldb | jar | 1.8.0.10 |
org.aspectj : aspectjweaver | jar | 1.6.2 |
org.springframework : spring-test | jar | 3.0.5.RELEASE |