GroupId | GroupIdorg.androidannotations |
---|---|
ArtifactId | ArtifactIdandroidannotations-core |
Version | Version4.4.0 |
Type | Typepom |
Filename | Size |
---|---|
androidannotations-core-4.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.androidannotations/androidannotations-core/ -->
<dependency>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-core</artifactId>
<version>4.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.androidannotations/androidannotations-core/
implementation 'org.androidannotations:androidannotations-core:4.4.0'
// https://jarcasting.com/artifacts/org.androidannotations/androidannotations-core/
implementation ("org.androidannotations:androidannotations-core:4.4.0")
'org.androidannotations:androidannotations-core:pom:4.4.0'
<dependency org="org.androidannotations" name="androidannotations-core" rev="4.4.0">
<artifact name="androidannotations-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.androidannotations', module='androidannotations-core', version='4.4.0')
)
libraryDependencies += "org.androidannotations" % "androidannotations-core" % "4.4.0"
[org.androidannotations/androidannotations-core "4.4.0"]