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