o

otto-parent

An enhanced Guava-based event bus with emphasis on Android support.
http://github.com/square/otto/
Apache 2.0
Square, Inc.
Files download
File Operation
otto-parent-1.3.8.pom download
Apache Maven
<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>otto-parent</artifactId>
  <version>1.3.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.squareup:otto-parent:1.3.8'
Gradle Kotlin
implementation("com.squareup:otto-parent:1.3.8")
Scala SBT
libraryDependencies += "com.squareup" % "otto-parent" % "1.3.8"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup', module='otto-parent', version='1.3.8')
)
Apache Ivy
<dependency org="com.squareup" name="otto-parent" rev="1.3.8" />
Leiningen
[com.squareup/otto-parent "1.3.8"]
Apache Buildr
'com.squareup:otto-parent:jar:1.3.8'