Download snackbar-2.10.6.jar file - Jar s

Jar examples for s:snackbar

Description

Toast-like alert pattern for Android

You can download jar file snackbar 2.10.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add snackbar-2.10.6.jar to your project.

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

Download

Click the following link to download the jar file.

snackbar-2.10.6-sources.jar
snackbar-2.10.6.pom



Related Tutorials