Download butterknife-5.1.2.jar file - Jar b

Jar examples for b:butterknife

Description

Field and method binding for Android views.

You can download jar file butterknife 5.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add butterknife-5.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

butterknife-5.1.2-javadoc.jar
butterknife-5.1.2-sources.jar
butterknife-5.1.2.jar
butterknife-5.1.2.pom



Related Tutorials