MVN

com.iabtcf : iabtcf-encoder

Maven & Gradle

Oct 30, 2021
22 stars

IAB TCF Java Encoder Library

<dependency>
    <groupId>com.iabtcf</groupId>
    <artifactId>iabtcf-encoder</artifactId>
    <version>2.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iabtcf : iabtcf-encoder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.10
  • Latest Release Candidate: 2.0.6-RC1.0
  • Latest Alpha: 2.0.5-alpha.0

All Versions

Choose a version of com.iabtcf : iabtcf-encoder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
iabtcf-encoder-2.0.10
iabtcf-encoder-2.0.9
iabtcf-encoder-2.0.8
iabtcf-encoder-2.0.7
iabtcf-encoder-2.0.6
iabtcf-encoder-2.0.6-RC1.0
iabtcf-encoder-2.0.5-alpha.0

How to add a dependency to Maven

Add the following com.iabtcf : iabtcf-encoder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.iabtcf</groupId>
    <artifactId>iabtcf-encoder</artifactId>
    <version>2.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iabtcf : iabtcf-encoder gradle dependency to your build.gradle file:

implementation 'com.iabtcf:iabtcf-encoder:2.0.10'

Gradle Kotlin DSL: Add the following com.iabtcf : iabtcf-encoder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iabtcf:iabtcf-encoder:2.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iabtcf : iabtcf-encoder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iabtcf" % "iabtcf-encoder" % "2.0.10"

Advertisement