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

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

Download

Click the following link to download the jar file.

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



Related Tutorials