| License |
License |
|---|---|
| GroupId | GroupIdnl.stevenhack.volley |
| ArtifactId | ArtifactIdlibrary |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAndroid-Volley Library
Volley is a network library from Android source code.
|
| Filename | Size |
|---|---|
| library-1.0.2.pom | |
| library-1.0.2.jar | 85 KB |
| library-1.0.2-sources.jar | 69 KB |
| library-1.0.2-javadoc.jar | 194 KB |
| Browse |
<!-- 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"]