is not current version
Last Version 1.3.8

com.squareup:otto-parent 1.3.2

An enhanced Guava-based event bus with emphasis on Android support.

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup
ArtifactId

ArtifactId

otto-parent
Version

Version

1.3.2
Type

Type

pom

Download otto-parent 1.3.2

Filename Size
otto-parent-1.3.2.pom 5 KB
Browse

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