не последняя версия
Последняя версия 4.8.0

org.androidannotations:otto 4.2.0

AndroidAnnotations plugin for Otto

Группа

Группа

org.androidannotations
Идентификатор

Идентификатор

otto
Версия

Версия

4.2.0
Тип

Тип

jar

Скачать otto 4.2.0


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