p

pa-client_2.13

Scala client for PA football feeds. Only does football data, it has no knowledge of Guardian match reports and such.
https://github.com/guardian/pa-football-client
Apache-2.0
com.gu
guardian
Files download
File Operation
pa-client_2.13-7.0.9.jar download
pa-client_2.13-7.0.9.pom download
pa-client_2.13-7.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>pa-client_2.13</artifactId>
  <version>7.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.gu:pa-client_2.13:7.0.9'
Gradle Kotlin
implementation("com.gu:pa-client_2.13:7.0.9")
Scala SBT
libraryDependencies += "com.gu" % "pa-client_2.13" % "7.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='pa-client_2.13', version='7.0.9')
)
Apache Ivy
<dependency org="com.gu" name="pa-client_2.13" rev="7.0.9" />
Leiningen
[com.gu/pa-client_2.13 "7.0.9"]
Apache Buildr
'com.gu:pa-client_2.13:jar:7.0.9'