Download library-aar-1.0.0.jar file - Jar l

Jar examples for l:library-aar

Description

Volley is a network library from Android source code.

You can download jar file library-aar 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add library-aar-1.0.0.jar to your project.

<dependency>
   <groupId>com.mcxiaoke.volley</groupId>
   <artifactId>library-aar</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.mcxiaoke.volley', name: 'library-aar', version: '1.0.0'
libraryDependencies += "com.mcxiaoke.volley" % "library-aar" % "1.0.0"
<dependency org="com.mcxiaoke.volley" name="library-aar" rev="1.0.0"/>
@Grapes(@Grab(group='com.mcxiaoke.volley', module='library-aar', version='1.0.0'))
'com.mcxiaoke.volley:library-aar:jar:1.0.0'

Download

Click the following link to download the jar file.

library-aar-1.0.0-javadoc.jar
library-aar-1.0.0-sources.jar
library-aar-1.0.0.pom



Related Tutorials