| GroupId | GroupIdeu.the4thfloor.volley |
|---|---|
| ArtifactId | ArtifactIdcom.android.volley |
| Version | Version2014.12.19 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.the4thfloor.volley/com.android.volley/ -->
<dependency>
<groupId>eu.the4thfloor.volley</groupId>
<artifactId>com.android.volley</artifactId>
<version>2014.12.19</version>
</dependency>
// https://jarcasting.com/artifacts/eu.the4thfloor.volley/com.android.volley/
implementation 'eu.the4thfloor.volley:com.android.volley:2014.12.19'
// https://jarcasting.com/artifacts/eu.the4thfloor.volley/com.android.volley/
implementation ("eu.the4thfloor.volley:com.android.volley:2014.12.19")
'eu.the4thfloor.volley:com.android.volley:jar:2014.12.19'
<dependency org="eu.the4thfloor.volley" name="com.android.volley" rev="2014.12.19">
<artifact name="com.android.volley" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.the4thfloor.volley', module='com.android.volley', version='2014.12.19')
)
libraryDependencies += "eu.the4thfloor.volley" % "com.android.volley" % "2014.12.19"
[eu.the4thfloor.volley/com.android.volley "2014.12.19"]