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