gwt-sl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.googlecode.cedar-common</groupId> <artifactId>gwt-sl</artifactId> <version>1.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.googlecode.cedar-common</groupId> <artifactId>gwt-sl</artifactId> <version>1.2</version> <name>GWT Server Library (Repackaged)</name> <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.</description> <url>https://code.google.com/p/gwt-sl/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/license/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>author</id> <name>George Georgovassilis</name> <email>g.georgovassilis@gmail.com</email> </developer> </developers> <scm> <connection>scm:hg:https://code.google.com/p/cedar-common.dependencies/</connection> <developerConnection>scm:hg:https://code.google.com/p/cedar-common.dependencies/</developerConnection> <url>scm:https://code.google.com/p/cedar-common.dependencies/</url> </scm> </project>