is not current version
Last Version 4.8.0

org.androidannotations:otto 4.7.0

AndroidAnnotations plugin for Otto

GroupId

GroupId

org.androidannotations
ArtifactId

ArtifactId

otto
Version

Version

4.7.0
Type

Type

jar

Download otto 4.7.0


<!-- https://jarcasting.com/artifacts/org.androidannotations/otto/ -->
<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>otto</artifactId>
    <version>4.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidannotations/otto/
implementation 'org.androidannotations:otto:4.7.0'
// https://jarcasting.com/artifacts/org.androidannotations/otto/
implementation ("org.androidannotations:otto:4.7.0")
'org.androidannotations:otto:jar:4.7.0'
<dependency org="org.androidannotations" name="otto" rev="4.7.0">
  <artifact name="otto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidannotations', module='otto', version='4.7.0')
)
libraryDependencies += "org.androidannotations" % "otto" % "4.7.0"
[org.androidannotations/otto "4.7.0"]