Download material-raised-button-1.0.5.jar file - Jar m

Jar examples for m:material-raised-button

Description

Simple Android material raised button library for 15+ API

You can download jar file material-raised-button 1.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add material-raised-button-1.0.5.jar to your project.

<dependency>
   <groupId>com.github.VyacheslavShmakin</groupId>
   <artifactId>material-raised-button</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'com.github.VyacheslavShmakin', name: 'material-raised-button', version: '1.0.5'
libraryDependencies += "com.github.VyacheslavShmakin" % "material-raised-button" % "1.0.5"
<dependency org="com.github.VyacheslavShmakin" name="material-raised-button" rev="1.0.5"/>
@Grapes(@Grab(group='com.github.VyacheslavShmakin', module='material-raised-button', version='1.0.5'))
'com.github.VyacheslavShmakin:material-raised-button:jar:1.0.5'

Download

Click the following link to download the jar file.

material-raised-button-1.0.5-javadoc.jar
material-raised-button-1.0.5-sources.jar
material-raised-button-1.0.5.pom



Related Tutorials