| GroupId | GroupIdme.neavo |
|---|---|
| ArtifactId | ArtifactIdvolley |
| Version | Version2014.10.9 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| volley-2014.10.9.pom | |
| volley-2014.10.9.aar | 79 KB |
| volley-2014.10.9-sources.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.neavo/volley/ -->
<dependency>
<groupId>me.neavo</groupId>
<artifactId>volley</artifactId>
<version>2014.10.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.neavo/volley/
implementation 'me.neavo:volley:2014.10.9'
// https://jarcasting.com/artifacts/me.neavo/volley/
implementation ("me.neavo:volley:2014.10.9")
'me.neavo:volley:aar:2014.10.9'
<dependency org="me.neavo" name="volley" rev="2014.10.9">
<artifact name="volley" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.neavo', module='volley', version='2014.10.9')
)
libraryDependencies += "me.neavo" % "volley" % "2014.10.9"
[me.neavo/volley "2014.10.9"]