MVN

com.twobuffers.wire : wire-rxjava

Maven & Gradle

Aug 08, 2022
1 usages
0 stars

Wire RxJava · Wire is a collection of opinionated Android-app building blocks.

<dependency>
    <groupId>com.twobuffers.wire</groupId>
    <artifactId>wire-rxjava</artifactId>
    <version>0.4.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twobuffers.wire : wire-rxjava to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.11

All Versions

Choose a version of com.twobuffers.wire : wire-rxjava to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
wire-rxjava-0.4.11
wire-rxjava-0.4.10
wire-rxjava-0.4.9
wire-rxjava-0.4.8
wire-rxjava-0.4.7
wire-rxjava-0.4.6
wire-rxjava-0.4.5
wire-rxjava-0.4.4
wire-rxjava-0.4.3
wire-rxjava-0.4.2
wire-rxjava-0.4.1
wire-rxjava-0.4.0
0.3.x
wire-rxjava-0.3.2
wire-rxjava-0.3.1
wire-rxjava-0.3.0

How to add a dependency to Maven

Add the following com.twobuffers.wire : wire-rxjava maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twobuffers.wire</groupId>
    <artifactId>wire-rxjava</artifactId>
    <version>0.4.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twobuffers.wire : wire-rxjava gradle dependency to your build.gradle file:

implementation 'com.twobuffers.wire:wire-rxjava:0.4.11'

Gradle Kotlin DSL: Add the following com.twobuffers.wire : wire-rxjava gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twobuffers.wire:wire-rxjava:0.4.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twobuffers.wire : wire-rxjava sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twobuffers.wire" % "wire-rxjava" % "0.4.11"

Advertisement