Download compilerCommon-2.0.0.jar file - Jar c

Jar examples for c:compilerCommon

Description

Common library that can be shared between different build tools

You can download jar file compilerCommon 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add compilerCommon-2.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

compilerCommon-2.0.0-javadoc.jar
compilerCommon-2.0.0-sources.jar
compilerCommon-2.0.0.jar
compilerCommon-2.0.0.pom



Related Tutorials