MVN

com.peertopark.java : restclient

Maven & Gradle

May 26, 2017
0 stars

Peer to Park Java Rest Client package

<dependency>
    <groupId>com.peertopark.java</groupId>
    <artifactId>restclient</artifactId>
    <version>3.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.peertopark.java : restclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2

All Versions

Choose a version of com.peertopark.java : restclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
restclient-3.5.2
restclient-3.5.1
restclient-3.5.0
3.4.x
restclient-3.4.0
3.3.x
restclient-3.3.5
restclient-3.3.4
restclient-3.3.3
restclient-3.3.2
restclient-3.3.1
restclient-3.3.0
3.2.x
restclient-3.2.1
restclient-3.2.0
3.1.x
restclient-3.1.7
restclient-3.1.6
restclient-3.1.4
restclient-3.1.3
restclient-3.1.2
restclient-3.1.1
restclient-3.1.0
3.0.x
restclient-3.0.6
restclient-3.0.5
restclient-3.0.4

How to add a dependency to Maven

Add the following com.peertopark.java : restclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.peertopark.java</groupId>
    <artifactId>restclient</artifactId>
    <version>3.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.peertopark.java : restclient gradle dependency to your build.gradle file:

implementation 'com.peertopark.java:restclient:3.5.2'

Gradle Kotlin DSL: Add the following com.peertopark.java : restclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.peertopark.java:restclient:3.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.peertopark.java : restclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.peertopark.java" % "restclient" % "3.5.2"

Advertisement