License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdgwt-sl |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Server Library (Repackaged)
*** THIS IS AN OBSOLETE VERSION UPLOADED FOR USE WITH CEDAR-COMMON.*** 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-sl-1.2.pom | |
gwt-sl-1.2.jar | 35 KB |
gwt-sl-1.2-sources.jar | 39 KB |
gwt-sl-1.2-javadoc.jar | 489 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/gwt-sl/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>gwt-sl</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/gwt-sl/
implementation 'com.googlecode.cedar-common:gwt-sl:1.2'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/gwt-sl/
implementation ("com.googlecode.cedar-common:gwt-sl:1.2")
'com.googlecode.cedar-common:gwt-sl:jar:1.2'
<dependency org="com.googlecode.cedar-common" name="gwt-sl" rev="1.2">
<artifact name="gwt-sl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='gwt-sl', version='1.2')
)
libraryDependencies += "com.googlecode.cedar-common" % "gwt-sl" % "1.2"
[com.googlecode.cedar-common/gwt-sl "1.2"]