MVN

com.gwtplatform : gwtp-dispatch-rpc-server-guice

Maven & Gradle

Jan 17, 2017
2 usages

GWTP RPC-Dispatch Server, Guice implementation

<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-dispatch-rpc-server-guice</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gwtplatform : gwtp-dispatch-rpc-server-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.gwtplatform : gwtp-dispatch-rpc-server-guice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
gwtp-dispatch-rpc-server-guice-1.6
1.5.x
gwtp-dispatch-rpc-server-guice-1.5.3
gwtp-dispatch-rpc-server-guice-1.5.2
gwtp-dispatch-rpc-server-guice-1.5.1
1.5
gwtp-dispatch-rpc-server-guice-1.5
1.4
gwtp-dispatch-rpc-server-guice-1.4
1.3.x
gwtp-dispatch-rpc-server-guice-1.3.1
1.3
gwtp-dispatch-rpc-server-guice-1.3
1.2.x
gwtp-dispatch-rpc-server-guice-1.2.1
1.2
gwtp-dispatch-rpc-server-guice-1.2
1.1.x
gwtp-dispatch-rpc-server-guice-1.1.1
1.1
gwtp-dispatch-rpc-server-guice-1.1

How to add a dependency to Maven

Add the following com.gwtplatform : gwtp-dispatch-rpc-server-guice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-dispatch-rpc-server-guice</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gwtplatform : gwtp-dispatch-rpc-server-guice gradle dependency to your build.gradle file:

implementation 'com.gwtplatform:gwtp-dispatch-rpc-server-guice:1.6'

Gradle Kotlin DSL: Add the following com.gwtplatform : gwtp-dispatch-rpc-server-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gwtplatform:gwtp-dispatch-rpc-server-guice:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gwtplatform : gwtp-dispatch-rpc-server-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gwtplatform" % "gwtp-dispatch-rpc-server-guice" % "1.6"

Advertisement