Categories |
CategoriesNet Native Development Tools |
---|---|
GroupId | GroupIdcom.onetrust.cmp |
ArtifactId | ArtifactIdnative-sdk |
Version | Version6.19.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
native-sdk-6.19.0.3.pom | |
native-sdk-6.19.0.3.aar | 682 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.onetrust.cmp/native-sdk/ -->
<dependency>
<groupId>com.onetrust.cmp</groupId>
<artifactId>native-sdk</artifactId>
<version>6.19.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.onetrust.cmp/native-sdk/
implementation 'com.onetrust.cmp:native-sdk:6.19.0.3'
// https://jarcasting.com/artifacts/com.onetrust.cmp/native-sdk/
implementation ("com.onetrust.cmp:native-sdk:6.19.0.3")
'com.onetrust.cmp:native-sdk:aar:6.19.0.3'
<dependency org="com.onetrust.cmp" name="native-sdk" rev="6.19.0.3">
<artifact name="native-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.onetrust.cmp', module='native-sdk', version='6.19.0.3')
)
libraryDependencies += "com.onetrust.cmp" % "native-sdk" % "6.19.0.3"
[com.onetrust.cmp/native-sdk "6.19.0.3"]