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