Download gwt-sl-1.2.jar file - Jar g

Jar examples for g:gwt-sl

Description

*** 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.

You can download jar file gwt-sl 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gwt-sl-1.2.jar to your project.

<dependency>
   <groupId>com.googlecode.cedar-common</groupId>
   <artifactId>gwt-sl</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.googlecode.cedar-common', name: 'gwt-sl', version: '1.2'
libraryDependencies += "com.googlecode.cedar-common" % "gwt-sl" % "1.2"
<dependency org="com.googlecode.cedar-common" name="gwt-sl" rev="1.2"/>
@Grapes(@Grab(group='com.googlecode.cedar-common', module='gwt-sl', version='1.2'))
'com.googlecode.cedar-common:gwt-sl:jar:1.2'

Download

Click the following link to download the jar file.

gwt-sl-1.2-javadoc.jar
gwt-sl-1.2-sources.jar
gwt-sl-1.2.jar
gwt-sl-1.2.pom



Related Tutorials