Files download
File Operation
targeting-client_2.13-1.1.4.jar download
targeting-client_2.13-1.1.4.pom download
targeting-client_2.13-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>targeting-client_2.13</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.gu:targeting-client_2.13:1.1.4'
Gradle Kotlin
implementation("com.gu:targeting-client_2.13:1.1.4")
Scala SBT
libraryDependencies += "com.gu" % "targeting-client_2.13" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='targeting-client_2.13', version='1.1.4')
)
Apache Ivy
<dependency org="com.gu" name="targeting-client_2.13" rev="1.1.4" />
Leiningen
[com.gu/targeting-client_2.13 "1.1.4"]
Apache Buildr
'com.gu:targeting-client_2.13:jar:1.1.4'