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