MVN

com.samskivert : gwt-asyncgen

Maven & Gradle

Sep 10, 2010

gwt-asyncgen · A tool for generating GWT RPC async interfaces.

<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>gwt-asyncgen</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.samskivert : gwt-asyncgen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.samskivert : gwt-asyncgen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
gwt-asyncgen-1.0

How to add a dependency to Maven

Add the following com.samskivert : gwt-asyncgen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>gwt-asyncgen</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.samskivert : gwt-asyncgen gradle dependency to your build.gradle file:

implementation 'com.samskivert:gwt-asyncgen:1.0'

Gradle Kotlin DSL: Add the following com.samskivert : gwt-asyncgen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.samskivert:gwt-asyncgen:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.samskivert : gwt-asyncgen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.samskivert" % "gwt-asyncgen" % "1.0"

Advertisement

Dependencies from Group

Jul 10, 2019
132 usages
722 stars
Mar 12, 2015
14 usages
22 stars
Apr 23, 2017
11 usages
5 stars
Jun 04, 2017
5 usages
44 stars
Nov 03, 2016
1 usages
8 stars

Discover Dependencies