MVN

com.twobuffers.wire : wire-coroutines

Maven & Gradle

Aug 08, 2022
3 usages
0 stars

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

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

Latest Version

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

  • Latest Stable: 0.4.11

All Versions

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

Version Vulnerabilities Updated
0.4.x
wire-coroutines-0.4.11
wire-coroutines-0.4.10
wire-coroutines-0.4.9
wire-coroutines-0.4.8
wire-coroutines-0.4.7
wire-coroutines-0.4.6
wire-coroutines-0.4.5
wire-coroutines-0.4.4
wire-coroutines-0.4.3
wire-coroutines-0.4.2
wire-coroutines-0.4.1
wire-coroutines-0.4.0
0.3.x
wire-coroutines-0.3.2
wire-coroutines-0.3.1
wire-coroutines-0.3.0
0.2.x
wire-coroutines-0.2.0
0.1.x
wire-coroutines-0.1.2
wire-coroutines-0.1.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement