Files download
File Operation
addon-criteo-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>io.github.phaserep</groupId>
  <artifactId>addon-criteo</artifactId>
  <version>1.0.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.phaserep:addon-criteo:1.0.6'
Gradle Kotlin
implementation("io.github.phaserep:addon-criteo:1.0.6")
Scala SBT
libraryDependencies += "io.github.phaserep" % "addon-criteo" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.phaserep', module='addon-criteo', version='1.0.6')
)
Apache Ivy
<dependency org="io.github.phaserep" name="addon-criteo" rev="1.0.6" />
Leiningen
[io.github.phaserep/addon-criteo "1.0.6"]
Apache Buildr
'io.github.phaserep:addon-criteo:jar:1.0.6'