MVN

com.github.darren-fu : resty-pass

Maven & Gradle

May 08, 2018

High-Performance Restful Client Library

<dependency>
    <groupId>com.github.darren-fu</groupId>
    <artifactId>resty-pass</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.darren-fu : resty-pass to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.github.darren-fu : resty-pass to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
resty-pass-1.5.1
resty-pass-1.5.0
1.4.x
resty-pass-1.4.8
resty-pass-1.4.7
resty-pass-1.4.6
resty-pass-1.4.5
resty-pass-1.4.4
resty-pass-1.4.3
resty-pass-1.4.2
resty-pass-1.4.1
resty-pass-1.4.0
1.3.x
resty-pass-1.3.0
1.2.x
resty-pass-1.2.0
1.1
resty-pass-1.1-RELEASE

How to add a dependency to Maven

Add the following com.github.darren-fu : resty-pass maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.darren-fu</groupId>
    <artifactId>resty-pass</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.darren-fu : resty-pass gradle dependency to your build.gradle file:

implementation 'com.github.darren-fu:resty-pass:1.5.1'

Gradle Kotlin DSL: Add the following com.github.darren-fu : resty-pass gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.darren-fu:resty-pass:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.darren-fu : resty-pass sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.darren-fu" % "resty-pass" % "1.5.1"