MVN

com.twobuffers.wire : wire-moshi

Maven & Gradle

Aug 08, 2022
0 stars

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

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

Latest Version

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

  • Latest Stable: 0.4.11

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement