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