MVN

im.amomo.volley : okvolley

Maven & Gradle

Nov 25, 2015
72 stars

OkVolley · A volley library used okhttp

<dependency>
    <groupId>im.amomo.volley</groupId>
    <artifactId>okvolley</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of im.amomo.volley : okvolley to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of im.amomo.volley : okvolley to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
okvolley-1.1.8
okvolley-1.1.7
okvolley-1.1.6
okvolley-1.1.5
okvolley-1.1.4
okvolley-1.1.3
okvolley-1.1.2
okvolley-1.1.0
1.0.x
okvolley-1.0.10
okvolley-1.0.9
okvolley-1.0.8
okvolley-1.0.7
okvolley-1.0.6
okvolley-1.0.5
okvolley-1.0.4
okvolley-1.0.3
okvolley-1.0.2
okvolley-1.0.1
okvolley-1.0.0

How to add a dependency to Maven

Add the following im.amomo.volley : okvolley maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>im.amomo.volley</groupId>
    <artifactId>okvolley</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following im.amomo.volley : okvolley gradle dependency to your build.gradle file:

implementation 'im.amomo.volley:okvolley:1.1.8'

Gradle Kotlin DSL: Add the following im.amomo.volley : okvolley gradle kotlin dependency to your build.gradle.kts file:

implementation("im.amomo.volley:okvolley:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following im.amomo.volley : okvolley sbt scala dependency to your build.sbt file:

libraryDependencies += "im.amomo.volley" % "okvolley" % "1.1.8"