MVN

com.theoremreach : theoremreach

Maven & Gradle

Apr 26, 2023
0 stars

theoremreach · Monetization through rewarded surveys. TheoremReach provides a light, easy to use SDK that allows your app users to complete surveys in exchange for in-app content.

<dependency>
    <groupId>com.theoremreach</groupId>
    <artifactId>theoremreach</artifactId>
    <version>3.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.theoremreach : theoremreach to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.3

All Versions

Choose a version of com.theoremreach : theoremreach to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
theoremreach-3.5.3
theoremreach-3.5.2
theoremreach-3.5.1
theoremreach-3.5.0
3.4.x
theoremreach-3.4.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.theoremreach</groupId>
    <artifactId>theoremreach</artifactId>
    <version>3.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.theoremreach : theoremreach gradle dependency to your build.gradle file:

implementation 'com.theoremreach:theoremreach:3.5.3'

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

implementation("com.theoremreach:theoremreach:3.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.theoremreach : theoremreach sbt scala dependency to your build.sbt file:

libraryDependencies += "com.theoremreach" % "theoremreach" % "3.5.3"

Advertisement