is not current version
Last Version 1.0.2

nl.stevenhack.volley:library 1.0.1

Volley is a network library from Android source code.

GroupId

GroupId

nl.stevenhack.volley
ArtifactId

ArtifactId

library
Version

Version

1.0.1
Type

Type

jar

Download library 1.0.1


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