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