MVN

ru.noties : handle

Maven & Gradle

Aug 03, 2015
20 stars

Handle · Handler-based Eventbus for Android

<dependency>
    <groupId>ru.noties</groupId>
    <artifactId>handle</artifactId>
    <version>processor</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.noties : handle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: processor

All Versions

Choose a version of ru.noties : handle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
handle-1.0.0
processor
handle-processor
core
handle-core
annotations
handle-annotations

How to add a dependency to Maven

Add the following ru.noties : handle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.noties</groupId>
    <artifactId>handle</artifactId>
    <version>processor</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.noties : handle gradle dependency to your build.gradle file:

implementation 'ru.noties:handle:processor'

Gradle Kotlin DSL: Add the following ru.noties : handle gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.noties:handle:processor")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.noties : handle sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.noties" % "handle" % "processor"

Advertisement

Dependencies from Group

Jul 01, 2019
4 usages
2.3k stars
Jan 14, 2018
3 usages
1 stars
Jul 23, 2018
3 usages
44 stars
Apr 30, 2020
3 usages
52 stars
Mar 14, 2019
2 usages
2.5k stars

Discover Dependencies