MVN

ru.send-to.rest : UniversalRest-http

Maven & Gradle

Sep 27, 2018
3 usages
0 stars

UniversalRest

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

Version Vulnerabilities Updated
1.0.x
UniversalRest-http-1.0.1.2
UniversalRest-http-1.0.1.1
0.3.x
UniversalRest-http-0.3.2.4
UniversalRest-http-0.3.2.3
UniversalRest-http-0.3.2.2
UniversalRest-http-0.3.2.1
UniversalRest-http-0.3.2.0
0.1.x
UniversalRest-http-0.1.4.1
UniversalRest-http-0.1.3.3
UniversalRest-http-0.1.3.2
UniversalRest-http-0.1.3.1
UniversalRest-http-0.1.3
UniversalRest-http-0.1.1

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement