MVN

com.cookieinformation : mobileconsents

Maven & Gradle

Aug 17, 2023
0 stars

mobileconsents · SDK for easy user consent managment.

<dependency>
    <groupId>com.cookieinformation</groupId>
    <artifactId>mobileconsents</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
mobileconsents-2.0.1
mobileconsents-2.0.0
1.0.x
mobileconsents-1.0.14
mobileconsents-1.0.13
mobileconsents-1.0.12
mobileconsents-1.0.11
mobileconsents-1.0.10
mobileconsents-1.0.9
mobileconsents-1.0.8
mobileconsents-1.0.7
mobileconsents-1.0.6
mobileconsents-1.0.5
mobileconsents-1.0.4
0.2.x
mobileconsents-0.2.7
mobileconsents-0.2.6
mobileconsents-0.2.5
mobileconsents-0.2.4
mobileconsents-0.2.3
mobileconsents-0.2.2
mobileconsents-0.2.1
mobileconsents-0.2.0
0.1.x
mobileconsents-0.1.1
mobileconsents-0.1.0
0.0.x
mobileconsents-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cookieinformation</groupId>
    <artifactId>mobileconsents</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.cookieinformation:mobileconsents:2.0.1'

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

implementation("com.cookieinformation:mobileconsents:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.cookieinformation" % "mobileconsents" % "2.0.1"