Download material-raised-button-1.1.0.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.1.0 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.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials