Download butterknife-annotations-8.8.1.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.8.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials