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