is not current version
Last Version 1.3-RC1

net.sf.gwt-widget:gwt-sl 1.1

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-manged entities.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Net
GroupId

GroupId

net.sf.gwt-widget
ArtifactId

ArtifactId

gwt-sl
Version

Version

1.1
Type

Type

jar

Download gwt-sl 1.1


<!-- https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-sl/ -->
<dependency>
    <groupId>net.sf.gwt-widget</groupId>
    <artifactId>gwt-sl</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-sl/
implementation 'net.sf.gwt-widget:gwt-sl:1.1'
// https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-sl/
implementation ("net.sf.gwt-widget:gwt-sl:1.1")
'net.sf.gwt-widget:gwt-sl:jar:1.1'
<dependency org="net.sf.gwt-widget" name="gwt-sl" rev="1.1">
  <artifact name="gwt-sl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.gwt-widget', module='gwt-sl', version='1.1')
)
libraryDependencies += "net.sf.gwt-widget" % "gwt-sl" % "1.1"
[net.sf.gwt-widget/gwt-sl "1.1"]