File | Operation |
---|---|
androidannotations-bundle-2.7.1.pom | download |
<dependency>
<groupId>com.googlecode.androidannotations</groupId>
<artifactId>androidannotations-bundle</artifactId>
<version>2.7.1</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.googlecode.androidannotations" % "androidannotations-bundle" % "2.7.1"
@Grapes(
@Grab(group='com.googlecode.androidannotations', module='androidannotations-bundle', version='2.7.1')
)
<dependency org="com.googlecode.androidannotations" name="androidannotations-bundle" rev="2.7.1" />
<parent> <groupId>com.googlecode.androidannotations</groupId> <artifactId>androidannotations-parent</artifactId> <version>2.7.1</version> </parent>
compile
|-- com.googlecode.androidannotations:androidannotations-with-codemodel
|-- com.googlecode.androidannotations:androidannotations-api
|-- com.googlecode.androidannotations:androidannotations-api