Download dx-1.7.jar file - Jar d

Jar examples for d:dx

Description

dx is an Android SDK platform tool that transforms Java bytecode (and JARs) into Dalvik VM 'DEX' code.

You can download jar file dx 1.7 in this page.

License

MIT License

Build File

You can use the following script to add dx-1.7.jar to your project.

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

Download

Click the following link to download the jar file.

dx-1.7-javadoc.jar
dx-1.7-sources.jar
dx-1.7.jar
dx-1.7.pom



Related Tutorials