Download dexmaker-1.5.jar file - Jar d

Jar examples for d:dexmaker

Description

A Java-language API for doing compile time or runtime code generation targeting the Dalvik VM.

You can download jar file dexmaker 1.5 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add dexmaker-1.5.jar to your project.

<dependency>
   <groupId>org.droidparts.dexmaker</groupId>
   <artifactId>dexmaker</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'org.droidparts.dexmaker', name: 'dexmaker', version: '1.5'
libraryDependencies += "org.droidparts.dexmaker" % "dexmaker" % "1.5"
<dependency org="org.droidparts.dexmaker" name="dexmaker" rev="1.5"/>
@Grapes(@Grab(group='org.droidparts.dexmaker', module='dexmaker', version='1.5'))
'org.droidparts.dexmaker:dexmaker:jar:1.5'

Download

Click the following link to download the jar file.

dexmaker-1.5-javadoc.jar
dexmaker-1.5-sources.jar
dexmaker-1.5.jar
dexmaker-1.5.pom



Related Tutorials