d

dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
https://github.com/linkedin/dexmaker
The Apache Software License, Version 2.0
LinkedIn Corp
Files download
File Operation
dexmaker-2.28.1.jar download
dexmaker-2.28.1.pom download
dexmaker-2.28.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linkedin.dexmaker</groupId>
  <artifactId>dexmaker</artifactId>
  <version>2.28.1</version>
</dependency>
Gradle Groovy
implementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
Gradle Kotlin
implementation("com.linkedin.dexmaker:dexmaker:2.28.1")
Scala SBT
libraryDependencies += "com.linkedin.dexmaker" % "dexmaker" % "2.28.1"
Groovy Grape
@Grapes(
  @Grab(group='com.linkedin.dexmaker', module='dexmaker', version='2.28.1')
)
Apache Ivy
<dependency org="com.linkedin.dexmaker" name="dexmaker" rev="2.28.1" />
Leiningen
[com.linkedin.dexmaker/dexmaker "2.28.1"]
Apache Buildr
'com.linkedin.dexmaker:dexmaker:jar:2.28.1'