Jar examples for d:dx
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.
MIT License
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'
Click the following link to download the jar file.
dx-1.7-javadoc.jar