Download butterknife-annotations-8.7.0.jar file - Jar b

Jar examples for b:butterknife-annotations

Description

Field and method binding for Android views.

You can download jar file butterknife-annotations 8.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

butterknife-annotations-8.7.0-javadoc.jar
butterknife-annotations-8.7.0-sources.jar
butterknife-annotations-8.7.0.jar
butterknife-annotations-8.7.0.pom



Related Tutorials