Download jack-api-0.9.0.jar file - Jar j

Jar examples for j:jack-api

Description

API to dynamically load Jack

You can download jar file jack-api 0.9.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jack-api-0.9.0.jar to your project.

<dependency>
   <groupId>com.android.tools.jack</groupId>
   <artifactId>jack-api</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'com.android.tools.jack', name: 'jack-api', version: '0.9.0'
libraryDependencies += "com.android.tools.jack" % "jack-api" % "0.9.0"
<dependency org="com.android.tools.jack" name="jack-api" rev="0.9.0"/>
@Grapes(@Grab(group='com.android.tools.jack', module='jack-api', version='0.9.0'))
'com.android.tools.jack:jack-api:jar:0.9.0'

Download

Click the following link to download the jar file.

jack-api-0.9.0-javadoc.jar
jack-api-0.9.0-sources.jar
jack-api-0.9.0.jar
jack-api-0.9.0.pom



Related Tutorials