License |
License |
---|---|
GroupId | GroupIdcom.googlecode.androidannotations |
ArtifactId | ArtifactIdandroidannotations |
Version | Version2.7.1 |
Type | Typejar |
Description |
DescriptionAndroidAnnotations Annotation Processor
The Annotation Processor jar that generates code
|
Filename | Size |
---|---|
androidannotations-2.7.1.pom | |
androidannotations-2.7.1.jar | 341 KB |
androidannotations-2.7.1-sources.jar | 239 KB |
androidannotations-2.7.1-javadoc.jar | 943 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations/ -->
<dependency>
<groupId>com.googlecode.androidannotations</groupId>
<artifactId>androidannotations</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations/
implementation 'com.googlecode.androidannotations:androidannotations:2.7.1'
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations/
implementation ("com.googlecode.androidannotations:androidannotations:2.7.1")
'com.googlecode.androidannotations:androidannotations:jar:2.7.1'
<dependency org="com.googlecode.androidannotations" name="androidannotations" rev="2.7.1">
<artifact name="androidannotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.androidannotations', module='androidannotations', version='2.7.1')
)
libraryDependencies += "com.googlecode.androidannotations" % "androidannotations" % "2.7.1"
[com.googlecode.androidannotations/androidannotations "2.7.1"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.androidannotations : androidannotations-api | jar | 2.7.1 |
com.sun.codemodel : codemodel | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
com.google.guava : guava | jar | 13.0.1 |
com.google.android : android | jar | 1.6_r2 |
org.springframework.android : spring-android-rest-template | jar | 1.0.0.RELEASE |