MVN

com.google.crypto.tink : apps-rewardedads

Maven & Gradle

Jul 18, 2023
7 stars

Tink Cryptography API for Google Mobile Rewarded Video Ads SSV · An implementation of the verifier side of Server-Side Verification of Google mobile rewarded video ads, using Tink (https://github.com/tink-crypto/tink-java).

<dependency>
    <groupId>com.google.crypto.tink</groupId>
    <artifactId>apps-rewardedads</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.crypto.tink : apps-rewardedads to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1
  • Latest Release Candidate: 1.4.0-rc2

All Versions

Choose a version of com.google.crypto.tink : apps-rewardedads to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
apps-rewardedads-1.9.1
apps-rewardedads-1.9.0
1.8.x
apps-rewardedads-1.8.0
1.7.x
apps-rewardedads-1.7.0
1.6.x
apps-rewardedads-1.6.1
apps-rewardedads-1.6.0
1.5.x
apps-rewardedads-1.5.0
1.4.x
apps-rewardedads-1.4.0
apps-rewardedads-1.4.0-rc2
apps-rewardedads-1.4.0-rc1
1.3.x
apps-rewardedads-1.3.0
apps-rewardedads-1.3.0-rc4
apps-rewardedads-1.3.0-rc3
apps-rewardedads-1.3.0-rc2
apps-rewardedads-1.3.0-rc1
1.2.x
apps-rewardedads-1.2.2
apps-rewardedads-1.2.1
apps-rewardedads-1.2.0
apps-rewardedads-1.2.0-rc4
apps-rewardedads-1.2.0-rc3
apps-rewardedads-1.2.0-rc2
1.1.x
apps-rewardedads-1.1.1
apps-rewardedads-1.1.0

How to add a dependency to Maven

Add the following com.google.crypto.tink : apps-rewardedads maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.crypto.tink</groupId>
    <artifactId>apps-rewardedads</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.crypto.tink : apps-rewardedads gradle dependency to your build.gradle file:

implementation 'com.google.crypto.tink:apps-rewardedads:1.9.1'

Gradle Kotlin DSL: Add the following com.google.crypto.tink : apps-rewardedads gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.crypto.tink:apps-rewardedads:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.crypto.tink : apps-rewardedads sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.crypto.tink" % "apps-rewardedads" % "1.9.1"

Advertisement