Download wizardroid-1.3.0.jar file - Jar w

Jar examples for w:wizardroid

Description

Lightweight Android library for creating step by step wizards

You can download jar file wizardroid 1.3.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add wizardroid-1.3.0.jar to your project.

<dependency>
   <groupId>org.codepond</groupId>
   <artifactId>wizardroid</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'org.codepond', name: 'wizardroid', version: '1.3.0'
libraryDependencies += "org.codepond" % "wizardroid" % "1.3.0"
<dependency org="org.codepond" name="wizardroid" rev="1.3.0"/>
@Grapes(@Grab(group='org.codepond', module='wizardroid', version='1.3.0'))
'org.codepond:wizardroid:jar:1.3.0'

Download

Click the following link to download the jar file.

wizardroid-1.3.0.pom



Related Tutorials