License |
License |
---|---|
GroupId | GroupIdcom.googlecode.androidannotations |
ArtifactId | ArtifactIdandroidannotations-parent |
Version | Version2.7.1 |
Type | Typepom |
Description |
DescriptionAndroidAnnotations Parent
Simplifying Android using annotations and annotation processing tools
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
androidannotations-parent-2.7.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations-parent/ -->
<dependency>
<groupId>com.googlecode.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>2.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations-parent/
implementation 'com.googlecode.androidannotations:androidannotations-parent:2.7.1'
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations-parent/
implementation ("com.googlecode.androidannotations:androidannotations-parent:2.7.1")
'com.googlecode.androidannotations:androidannotations-parent:pom:2.7.1'
<dependency org="com.googlecode.androidannotations" name="androidannotations-parent" rev="2.7.1">
<artifact name="androidannotations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.androidannotations', module='androidannotations-parent', version='2.7.1')
)
libraryDependencies += "com.googlecode.androidannotations" % "androidannotations-parent" % "2.7.1"
[com.googlecode.androidannotations/androidannotations-parent "2.7.1"]