Android-Volley Library

Volley is a network library from Android source code.

License

License

GroupId

GroupId

nl.stevenhack.volley
ArtifactId

ArtifactId

library
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Android-Volley Library
Volley is a network library from Android source code.

Download library

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1