MVN

ru.send-to.rest : UniversalRest-gwt

Maven & Gradle

Sep 27, 2018
3 usages
0 stars

UniversalRest Gwt Api · Gwt api to access universal rest service

<dependency>
    <groupId>ru.send-to.rest</groupId>
    <artifactId>UniversalRest-gwt</artifactId>
    <version>1.0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.send-to.rest : UniversalRest-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.2

All Versions

Choose a version of ru.send-to.rest : UniversalRest-gwt to add to Maven or Gradle - All Versions:

  • Version Updated
  • UniversalRest-gwt-1.0.1.2

    Sep 27, 2018
  • UniversalRest-gwt-1.0.1.1

    Sep 04, 2018
  • UniversalRest-gwt-0.3.2.4

    Nov 08, 2017
  • UniversalRest-gwt-0.3.2.3

    Oct 23, 2017
  • UniversalRest-gwt-0.3.2.2

    Sep 22, 2017
  • UniversalRest-gwt-0.3.2.1

    Aug 22, 2017
  • UniversalRest-gwt-0.3.2.0

    Aug 20, 2017
  • UniversalRest-gwt-0.1.4.1

    Aug 10, 2017
  • UniversalRest-gwt-0.1.3.3

    Jul 29, 2017
  • UniversalRest-gwt-0.1.3.2

    Jul 29, 2017
  • UniversalRest-gwt-0.1.3.1

    Jun 07, 2017
  • UniversalRest-gwt-0.1.3

    May 19, 2017
  • UniversalRest-gwt-0.1.1

    May 18, 2017
  • UniversalRest-gwt-0.0.9

    May 15, 2017
  • UniversalRest-gwt-0.0.7

    May 11, 2017
  • UniversalRest-gwt-0.0.6

    May 07, 2017

How to add a dependency to Maven

Add the following ru.send-to.rest : UniversalRest-gwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.send-to.rest</groupId>
    <artifactId>UniversalRest-gwt</artifactId>
    <version>1.0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.send-to.rest : UniversalRest-gwt gradle dependency to your build.gradle file:

implementation 'ru.send-to.rest:UniversalRest-gwt:1.0.1.2'

Gradle Kotlin DSL: Add the following ru.send-to.rest : UniversalRest-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.send-to.rest:UniversalRest-gwt:1.0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.send-to.rest : UniversalRest-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.send-to.rest" % "UniversalRest-gwt" % "1.0.1.2"