MVN

com.rickbusarow.tangle : tangle-viewmodel-compiler

Maven & Gradle

Aug 24, 2022
88 stars

tangle-viewmodel-compiler · Android dependency injection using Anvil

<dependency>
    <groupId>com.rickbusarow.tangle</groupId>
    <artifactId>tangle-viewmodel-compiler</artifactId>
    <version>0.15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rickbusarow.tangle : tangle-viewmodel-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.1

All Versions

Choose a version of com.rickbusarow.tangle : tangle-viewmodel-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
tangle-viewmodel-compiler-0.15.1
tangle-viewmodel-compiler-0.15.0
0.14.x
tangle-viewmodel-compiler-0.14.1
tangle-viewmodel-compiler-0.14.0
0.13.x
tangle-viewmodel-compiler-0.13.2
tangle-viewmodel-compiler-0.13.1
tangle-viewmodel-compiler-0.13.0
0.12.x
tangle-viewmodel-compiler-0.12.1
tangle-viewmodel-compiler-0.12.0
0.11.x
tangle-viewmodel-compiler-0.11.5
tangle-viewmodel-compiler-0.11.4
tangle-viewmodel-compiler-0.11.3
tangle-viewmodel-compiler-0.11.2
tangle-viewmodel-compiler-0.11.1
tangle-viewmodel-compiler-0.11.0

How to add a dependency to Maven

Add the following com.rickbusarow.tangle : tangle-viewmodel-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rickbusarow.tangle</groupId>
    <artifactId>tangle-viewmodel-compiler</artifactId>
    <version>0.15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rickbusarow.tangle : tangle-viewmodel-compiler gradle dependency to your build.gradle file:

implementation 'com.rickbusarow.tangle:tangle-viewmodel-compiler:0.15.1'

Gradle Kotlin DSL: Add the following com.rickbusarow.tangle : tangle-viewmodel-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rickbusarow.tangle:tangle-viewmodel-compiler:0.15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rickbusarow.tangle : tangle-viewmodel-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rickbusarow.tangle" % "tangle-viewmodel-compiler" % "0.15.1"

Advertisement