is not current version
Last Version 3.3.6

com.growingio.android:volley 3.3.0

An integration library to use volley to fetch data over http/https in GrowingIO Tracker Sdk.

GroupId

GroupId

com.growingio.android
ArtifactId

ArtifactId

volley
Version

Version

3.3.0
Type

Type

aar

Download volley 3.3.0


<!-- https://jarcasting.com/artifacts/com.growingio.android/volley/ -->
<dependency>
    <groupId>com.growingio.android</groupId>
    <artifactId>volley</artifactId>
    <version>3.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.growingio.android/volley/
implementation 'com.growingio.android:volley:3.3.0'
// https://jarcasting.com/artifacts/com.growingio.android/volley/
implementation ("com.growingio.android:volley:3.3.0")
'com.growingio.android:volley:aar:3.3.0'
<dependency org="com.growingio.android" name="volley" rev="3.3.0">
  <artifact name="volley" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.growingio.android', module='volley', version='3.3.0')
)
libraryDependencies += "com.growingio.android" % "volley" % "3.3.0"
[com.growingio.android/volley "3.3.0"]