Download conductor-2.0.0-rc4.jar file - Jar c

Jar examples for c:conductor

Description

A small, yet full-featured framework that allows building View-based Android applications

You can download jar file conductor 2.0.0-rc4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add conductor-2.0.0-rc4.jar to your project.

<dependency>
   <groupId>com.bluelinelabs</groupId>
   <artifactId>conductor</artifactId>
   <version>2.0.0-rc4</version>
</dependency>
compile group: 'com.bluelinelabs', name: 'conductor', version: '2.0.0-rc4'
libraryDependencies += "com.bluelinelabs" % "conductor" % "2.0.0-rc4"
<dependency org="com.bluelinelabs" name="conductor" rev="2.0.0-rc4"/>
@Grapes(@Grab(group='com.bluelinelabs', module='conductor', version='2.0.0-rc4'))
'com.bluelinelabs:conductor:jar:2.0.0-rc4'

Download

Click the following link to download the jar file.

conductor-2.0.0-rc4-javadoc.jar
conductor-2.0.0-rc4-sources.jar
conductor-2.0.0-rc4.pom



Related Tutorials