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