is not current version
Last Version 1.3.8

com.squareup:otto-parent 1.2.0

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.2.0
Type

Type

pom

Download otto-parent 1.2.0

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

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