MVN

io.embrace : embrace-android-volley

Maven & Gradle

Aug 09, 2023

embrace-android-volley · Embrace Android SDK

<dependency>
    <groupId>io.embrace</groupId>
    <artifactId>embrace-android-volley</artifactId>
    <version>5.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.embrace : embrace-android-volley to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.23.0
  • Latest Beta: 5.2.1-beta01

All Versions

Choose a version of io.embrace : embrace-android-volley to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.23.x
embrace-android-volley-5.23.0
5.22.x
embrace-android-volley-5.22.0
5.21.x
embrace-android-volley-5.21.0
5.20.x
embrace-android-volley-5.20.0
5.19.x
embrace-android-volley-5.19.0
5.18.x
embrace-android-volley-5.18.2
embrace-android-volley-5.18.1
embrace-android-volley-5.18.0
5.17.x
embrace-android-volley-5.17.1
5.16.x
embrace-android-volley-5.16.0
5.15.x
embrace-android-volley-5.15.3
embrace-android-volley-5.15.2
embrace-android-volley-5.15.1
5.14.x
embrace-android-volley-5.14.2
5.13.x
embrace-android-volley-5.13.0
5.12.x
embrace-android-volley-5.12.0
5.11.x
embrace-android-volley-5.11.0
5.10.x
embrace-android-volley-5.10.0
5.9.x
embrace-android-volley-5.9.4
embrace-android-volley-5.9.3
embrace-android-volley-5.9.2
embrace-android-volley-5.9.1
embrace-android-volley-5.9.0
5.8.x
embrace-android-volley-5.8.0
5.7.x
embrace-android-volley-5.7.1
embrace-android-volley-5.7.0
5.6.x
embrace-android-volley-5.6.3
embrace-android-volley-5.6.2
embrace-android-volley-5.6.1
embrace-android-volley-5.6.0
5.5.x
embrace-android-volley-5.5.4
embrace-android-volley-5.5.3
embrace-android-volley-5.5.2
embrace-android-volley-5.5.1
embrace-android-volley-5.5.0
5.4.x
embrace-android-volley-5.4.0
5.3.x
embrace-android-volley-5.3.0
5.2.x
embrace-android-volley-5.2.1-beta01
embrace-android-volley-5.2.0
embrace-android-volley-5.2.0-beta02
embrace-android-volley-5.2.0-beta01
5.1.x
embrace-android-volley-5.1.0
embrace-android-volley-5.1.0-beta3
embrace-android-volley-5.1.0-beta02
embrace-android-volley-5.1.0-beta01
5.0.x
embrace-android-volley-5.0.4
embrace-android-volley-5.0.3
embrace-android-volley-5.0.2
embrace-android-volley-5.0.1
embrace-android-volley-5.0.0
4.15.x
embrace-android-volley-4.15.0
4.14.x
embrace-android-volley-4.14.0
4.13.x
embrace-android-volley-4.13.0
4.12.x
embrace-android-volley-4.12.0
4.11.x
embrace-android-volley-4.11.3
embrace-android-volley-4.11.2
embrace-android-volley-4.11.0
4.10.x
embrace-android-volley-4.10.0
4.9.x
embrace-android-volley-4.9.3
embrace-android-volley-4.9.2
embrace-android-volley-4.9.1
embrace-android-volley-4.9.0
4.8.x
embrace-android-volley-4.8.10
embrace-android-volley-4.8.9
embrace-android-volley-4.8.8
embrace-android-volley-4.8.7
embrace-android-volley-4.8.6
embrace-android-volley-4.8.5
embrace-android-volley-4.8.4
embrace-android-volley-4.8.3
embrace-android-volley-4.8.2
embrace-android-volley-4.8.1
embrace-android-volley-4.8.0

How to add a dependency to Maven

Add the following io.embrace : embrace-android-volley maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.embrace</groupId>
    <artifactId>embrace-android-volley</artifactId>
    <version>5.23.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.embrace : embrace-android-volley gradle dependency to your build.gradle file:

implementation 'io.embrace:embrace-android-volley:5.23.0'

Gradle Kotlin DSL: Add the following io.embrace : embrace-android-volley gradle kotlin dependency to your build.gradle.kts file:

implementation("io.embrace:embrace-android-volley:5.23.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.embrace : embrace-android-volley sbt scala dependency to your build.sbt file:

libraryDependencies += "io.embrace" % "embrace-android-volley" % "5.23.0"

Advertisement