文件下载
文件名 操作
dexmaker-parent-1.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.google.dexmaker</groupId>
  <artifactId>dexmaker-parent</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.dexmaker:dexmaker-parent:1.2'
Gradle Kotlin
implementation("com.google.dexmaker:dexmaker-parent:1.2")
Scala SBT
libraryDependencies += "com.google.dexmaker" % "dexmaker-parent" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.dexmaker', module='dexmaker-parent', version='1.2')
)
Apache Ivy
<dependency org="com.google.dexmaker" name="dexmaker-parent" rev="1.2" />
Leiningen
[com.google.dexmaker/dexmaker-parent "1.2"]
Apache Buildr
'com.google.dexmaker:dexmaker-parent:jar:1.2'