Dear all,

It has been quiet for a while, but we're back with news:


   - The project repository moved to github: 
   https://github.com/ggeorgovassilis/gwt-sl
   - Updated dependencies to GWT 2.6 and Spring 3.2
   - There is a maven repository hosted on github now:

<repositories>
    <repository>
        <id>gwt-sl-mvn-repo</id>
        <url>https://raw.github.com/ggeorgovassilis/gwt-sl/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository></repositories>

and use it like this:

<dependency>
    <groupId>net.sf.gwt-widget</groupId>
    <artifactId>gwt-sl</artifactId>
    <version>1.5</version></dependency>

There are still not any plans for moving the maven repository to maven central, 
but the git hosted repository should get most of you going.

--
The Server Library for GWT (gwt-sl) is a collection of server side GWT utility 
classes, currently focusing on exposing Spring managed beans as RPC services.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to