native-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.onetrust.cmp</groupId> <artifactId>native-sdk</artifactId> <version>202504.1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.onetrust.cmp</groupId> <artifactId>native-sdk</artifactId> <version>202504.1.0.0</version> <packaging>aar</packaging> <name>native-sdk</name> <description>OneTrust Native SDK</description> <url>https://github.com/Zentrust/publishers-mobile-native-sdk.git</url> <licenses> <license> <name>Commercial</name> <url>https://onetrust.com/terms/v20190401OneTrustTermsCloud.pdf</url> </license> </licenses> <developers> <developer> <id>OneTrust</id> <name>OneTrust, LLC.</name> <email>support@onetrust.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/Zentrust/publishers-mobile-native-sdk.git</connection> <developerConnection>scm:git:https://github.com/Zentrust/publishers-mobile-native-sdk.git</developerConnection> <url>https://github.com/Zentrust/publishers-mobile-native-sdk.git</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.work</groupId> <artifactId>work-runtime</artifactId> <version>2.9.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment-ktx</artifactId> <version>1.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.10.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.legacy</groupId> <artifactId>legacy-support-v4</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-scalars</artifactId> <version>2.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>