Download voltron-core-0.1.2.jar file - Jar v

Jar examples for v:voltron-core

Description

Voltron is a Modular Networking Library for Android. Voltron-Core is the core of the library that all VoltronUnits(backend definitions) required.

You can download jar file voltron-core 0.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add voltron-core-0.1.2.jar to your project.

<dependency>
   <groupId>com.ticketmaster.voltron</groupId>
   <artifactId>voltron-core</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.ticketmaster.voltron', name: 'voltron-core', version: '0.1.2'
libraryDependencies += "com.ticketmaster.voltron" % "voltron-core" % "0.1.2"
<dependency org="com.ticketmaster.voltron" name="voltron-core" rev="0.1.2"/>
@Grapes(@Grab(group='com.ticketmaster.voltron', module='voltron-core', version='0.1.2'))
'com.ticketmaster.voltron:voltron-core:jar:0.1.2'

Download

Click the following link to download the jar file.

voltron-core-0.1.2-javadoc.jar
voltron-core-0.1.2-sources.jar
voltron-core-0.1.2.pom



Related Tutorials