Files download
File Operation
dexmaker-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.google.dexmaker</groupId>
  <artifactId>dexmaker-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.dexmaker:dexmaker-parent:1.0'
Gradle Kotlin
implementation("com.google.dexmaker:dexmaker-parent:1.0")
Scala SBT
libraryDependencies += "com.google.dexmaker" % "dexmaker-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.dexmaker', module='dexmaker-parent', version='1.0')
)
Apache Ivy
<dependency org="com.google.dexmaker" name="dexmaker-parent" rev="1.0" />
Leiningen
[com.google.dexmaker/dexmaker-parent "1.0"]
Apache Buildr
'com.google.dexmaker:dexmaker-parent:jar:1.0'