a

androidannotations-bundle

Project generating the standalone AndroidAnnotations Zip
Files download
File Operation
androidannotations-bundle-2.7.1.pom download
Apache Maven
<dependency>
  <groupId>com.googlecode.androidannotations</groupId>
  <artifactId>androidannotations-bundle</artifactId>
  <version>2.7.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.androidannotations:androidannotations-bundle:2.7.1'
Gradle Kotlin
implementation("com.googlecode.androidannotations:androidannotations-bundle:2.7.1")
Scala SBT
libraryDependencies += "com.googlecode.androidannotations" % "androidannotations-bundle" % "2.7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.androidannotations', module='androidannotations-bundle', version='2.7.1')
)
Apache Ivy
<dependency org="com.googlecode.androidannotations" name="androidannotations-bundle" rev="2.7.1" />
Leiningen
[com.googlecode.androidannotations/androidannotations-bundle "2.7.1"]
Apache Buildr
'com.googlecode.androidannotations:androidannotations-bundle:jar:2.7.1'