MVN

com.onetrust.cmp : native-sdk

Maven & Gradle

Aug 18, 2023
0 stars

native-sdk · OneTrust Native SDK

<dependency>
    <groupId>com.onetrust.cmp</groupId>
    <artifactId>native-sdk</artifactId>
    <version>6.19.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.onetrust.cmp : native-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.19.0.11

All Versions

Choose a version of com.onetrust.cmp : native-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
202308.1.x
native-sdk-202308.1.0.0
202307.1.x
native-sdk-202307.1.0.0
202306.2.x
native-sdk-202306.2.0.0
202306.1.x
native-sdk-202306.1.0.0
202305.1.x
native-sdk-202305.1.4.0
native-sdk-202305.1.0.0
202304.1.x
native-sdk-202304.1.0.0
202303.2.x
native-sdk-202303.2.0.0
202303.1.x
native-sdk-202303.1.0.0
202302.1.x
native-sdk-202302.1.0.0
202301.2.x
native-sdk-202301.2.0.0
202301.1.x
native-sdk-202301.1.0.0
202212.1.x
native-sdk-202212.1.0.0
202211.2.x
native-sdk-202211.2.0.0
202211.1.x
native-sdk-202211.1.0.0
202210.1.x
native-sdk-202210.1.0.0
202209.2.x
native-sdk-202209.2.0.0
202209.1.x
native-sdk-202209.1.0.0
202208.1.x
native-sdk-202208.1.0.0
6.39.x
native-sdk-6.39.0.0
6.38.x
native-sdk-6.38.0.0
6.37.x
native-sdk-6.37.0.0
6.36.x
native-sdk-6.36.0.0
6.35.x
native-sdk-6.35.0.0
6.34.x
native-sdk-6.34.1.0
native-sdk-6.34.0.0
6.33.x
native-sdk-6.33.0.0
6.32.x
native-sdk-6.32.0.0
6.31.x
native-sdk-6.31.0.0
6.30.x
native-sdk-6.30.0.0
6.29.x
native-sdk-6.29.0.0
6.28.x
native-sdk-6.28.0.0
6.27.x
native-sdk-6.27.0.0
6.26.x
native-sdk-6.26.0.0
6.25.x
native-sdk-6.25.7.0
native-sdk-6.25.0.0
6.24.x
native-sdk-6.24.0.0
6.23.x
native-sdk-6.23.0.0
6.22.x
native-sdk-6.22.0.0
6.21.x
native-sdk-6.21.0.0
6.20.x
native-sdk-6.20.0.0
6.19.x
native-sdk-6.19.0.11
native-sdk-6.19.0.10
native-sdk-6.19.0.9
native-sdk-6.19.0.8
native-sdk-6.19.0.7
native-sdk-6.19.0.6
native-sdk-6.19.0.5
native-sdk-6.19.0.4
native-sdk-6.19.0.3
native-sdk-6.19.0.2
native-sdk-6.19.0.1
native-sdk-6.19.0.0
6.18.x
native-sdk-6.18.0.0
6.17.x
native-sdk-6.17.0.0
6.16.x
native-sdk-6.16.0.0
6.15.x
native-sdk-6.15.0.0
6.14.x
native-sdk-6.14.0.0
6.13.x
native-sdk-6.13.0.0
6.12.x
native-sdk-6.12.0.0
6.11.x
native-sdk-6.11.0.0
6.10.x
native-sdk-6.10.0.0
6.9.x
native-sdk-6.9.1.0
native-sdk-6.9.0.0
6.8.x
native-sdk-6.8.0.0
6.7.x
native-sdk-6.7.0.1
native-sdk-6.7.0.0
6.6.x
native-sdk-6.6.1.0
native-sdk-6.6.0.0
6.5.x
native-sdk-6.5.0.0
6.2.x
native-sdk-6.2.2.0

How to add a dependency to Maven

Add the following com.onetrust.cmp : native-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.onetrust.cmp</groupId>
    <artifactId>native-sdk</artifactId>
    <version>6.19.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.onetrust.cmp : native-sdk gradle dependency to your build.gradle file:

implementation 'com.onetrust.cmp:native-sdk:6.19.0.11'

Gradle Kotlin DSL: Add the following com.onetrust.cmp : native-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.onetrust.cmp:native-sdk:6.19.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.onetrust.cmp : native-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.onetrust.cmp" % "native-sdk" % "6.19.0.11"

Advertisement