GroupId | GroupIdcom.googlecode.androidannotations |
---|---|
ArtifactId | ArtifactIdandroidannotations-parent |
Version | Version2.4 |
Type | Typepom |
Filename | Size |
---|---|
androidannotations-parent-2.4.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations-parent/ -->
<dependency>
<groupId>com.googlecode.androidannotations</groupId>
<artifactId>androidannotations-parent</artifactId>
<version>2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations-parent/
implementation 'com.googlecode.androidannotations:androidannotations-parent:2.4'
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations-parent/
implementation ("com.googlecode.androidannotations:androidannotations-parent:2.4")
'com.googlecode.androidannotations:androidannotations-parent:pom:2.4'
<dependency org="com.googlecode.androidannotations" name="androidannotations-parent" rev="2.4">
<artifact name="androidannotations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.androidannotations', module='androidannotations-parent', version='2.4')
)
libraryDependencies += "com.googlecode.androidannotations" % "androidannotations-parent" % "2.4"
[com.googlecode.androidannotations/androidannotations-parent "2.4"]