c

consent-string-parser

A parser for IAB style consent strings
https://github.com/triplelift/IAB-Consent-String-Parser
MIT License
Kevin Kerr
Files download
File Operation
consent-string-parser-1.1.1.jar download
consent-string-parser-1.1.1.pom download
consent-string-parser-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.triplelift.gdpr</groupId>
  <artifactId>consent-string-parser</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.triplelift.gdpr:consent-string-parser:1.1.1'
Gradle Kotlin
implementation("com.triplelift.gdpr:consent-string-parser:1.1.1")
Scala SBT
libraryDependencies += "com.triplelift.gdpr" % "consent-string-parser" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.triplelift.gdpr', module='consent-string-parser', version='1.1.1')
)
Apache Ivy
<dependency org="com.triplelift.gdpr" name="consent-string-parser" rev="1.1.1" />
Leiningen
[com.triplelift.gdpr/consent-string-parser "1.1.1"]
Apache Buildr
'com.triplelift.gdpr:consent-string-parser:jar:1.1.1'
Dependencies