MVN

net.sf.gwt-widget : gwt-sl

Maven & Gradle

Jun 11, 2011
16 usages

SL for GWT · 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.

<dependency>
    <groupId>net.sf.gwt-widget</groupId>
    <artifactId>gwt-sl</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.gwt-widget : gwt-sl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1
  • Latest Release Candidate: 1.3-RC1

All Versions

Choose a version of net.sf.gwt-widget : gwt-sl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
gwt-sl-1.3-RC1
1.1
gwt-sl-1.1
0.1.x
gwt-sl-0.1.5

How to add a dependency to Maven

Add the following net.sf.gwt-widget : gwt-sl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.gwt-widget : gwt-sl gradle dependency to your build.gradle file:

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

Gradle Kotlin DSL: Add the following net.sf.gwt-widget : gwt-sl gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.gwt-widget:gwt-sl:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.gwt-widget : gwt-sl sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.gwt-widget" % "gwt-sl" % "1.1"

Advertisement