MVN

ru.send-to.rest : UniversalRest-api

Maven & Gradle

Sep 27, 2018
10 usages
0 stars

Universal Rest Api · Universal Rest Api and gwt compilation module

<dependency>
    <groupId>ru.send-to.rest</groupId>
    <artifactId>UniversalRest-api</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-api 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-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
UniversalRest-api-1.0.1.2
UniversalRest-api-1.0.1.1
0.3.x
UniversalRest-api-0.3.2.4
UniversalRest-api-0.3.2.3
UniversalRest-api-0.3.2.2
UniversalRest-api-0.3.2.1
UniversalRest-api-0.3.2.0
0.1.x
UniversalRest-api-0.1.4.1
UniversalRest-api-0.1.3.3
UniversalRest-api-0.1.3.2
UniversalRest-api-0.1.3.1
UniversalRest-api-0.1.3
UniversalRest-api-0.1.1
0.0.x
UniversalRest-api-0.0.9
UniversalRest-api-0.0.7
UniversalRest-api-0.0.6
UniversalRest-api-0.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.send-to.rest</groupId>
    <artifactId>UniversalRest-api</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-api gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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