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