MVN

cash.muro : muro.cash

Maven & Gradle

Jan 03, 2021
0 stars

muro.cash · A PayWall for Websites with large amount of data

<dependency>
    <groupId>cash.muro</groupId>
    <artifactId>muro.cash</artifactId>
    <version>0.1.0-alpha2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cash.muro : muro.cash to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-alpha2
  • Latest Alpha: 0.1.0-alpha2

All Versions

Choose a version of cash.muro : muro.cash to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
muro.cash-0.1.0-alpha2
muro.cash-0.1.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>cash.muro</groupId>
    <artifactId>muro.cash</artifactId>
    <version>0.1.0-alpha2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cash.muro : muro.cash gradle dependency to your build.gradle file:

implementation 'cash.muro:muro.cash:0.1.0-alpha2'

Gradle Kotlin DSL: Add the following cash.muro : muro.cash gradle kotlin dependency to your build.gradle.kts file:

implementation("cash.muro:muro.cash:0.1.0-alpha2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cash.muro : muro.cash sbt scala dependency to your build.sbt file:

libraryDependencies += "cash.muro" % "muro.cash" % "0.1.0-alpha2"

Advertisement