b

bluestack-tcf

BlueStack TCF is a helper library to encode/decode the iabtcf compliant consent string.
https://www.azerion.com/
The Apache Software License, Version 2.0
Yosri Bouhlel
Files download
File Operation
bluestack-tcf-1.0.2.pom download
bluestack-tcf-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azerion</groupId>
  <artifactId>bluestack-tcf</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.azerion:bluestack-tcf:1.0.2'
Gradle Kotlin
implementation("com.azerion:bluestack-tcf:1.0.2")
Scala SBT
libraryDependencies += "com.azerion" % "bluestack-tcf" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.azerion', module='bluestack-tcf', version='1.0.2')
)
Apache Ivy
<dependency org="com.azerion" name="bluestack-tcf" rev="1.0.2" />
Leiningen
[com.azerion/bluestack-tcf "1.0.2"]
Apache Buildr
'com.azerion:bluestack-tcf:jar:1.0.2'