How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iabtcf</groupId>
<artifactId>iabtcf-core</artifactId>
<version>2.0.10</version>
</dependency>
Choose a version of com.iabtcf : iabtcf-core to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
iabtcf-core-2.0.10
|
||
iabtcf-core-2.0.9
|
|||
iabtcf-core-2.0.8
|
|||
iabtcf-core-2.0.7
|
|||
iabtcf-core-2.0.6
|
|||
iabtcf-core-2.0.6-RC1.0
|
|||
iabtcf-core-2.0.5-alpha.0
|
|||
iabtcf-core-2.0.0-alpha.0
|
|||
1.0.x |
iabtcf-core-1.0.2-alpha.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iabtcf</groupId>
<artifactId>iabtcf-core</artifactId>
<version>2.0.10</version>
</dependency>
Advertisement