is not current version
Last Version 5.0.0

com.gu:pa-client_2.10 4.10

Scala client for PA football feeds. Only does football data, it has no knowledge of Guardian match reports and such.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.gu
ArtifactId

ArtifactId

pa-client_2.10
Version

Version

4.10
Type

Type

jar

Download pa-client_2.10 4.10


<!-- https://jarcasting.com/artifacts/com.gu/pa-client_2.10/ -->
<dependency>
    <groupId>com.gu</groupId>
    <artifactId>pa-client_2.10</artifactId>
    <version>4.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/pa-client_2.10/
implementation 'com.gu:pa-client_2.10:4.10'
// https://jarcasting.com/artifacts/com.gu/pa-client_2.10/
implementation ("com.gu:pa-client_2.10:4.10")
'com.gu:pa-client_2.10:jar:4.10'
<dependency org="com.gu" name="pa-client_2.10" rev="4.10">
  <artifact name="pa-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='pa-client_2.10', version='4.10')
)
libraryDependencies += "com.gu" % "pa-client_2.10" % "4.10"
[com.gu/pa-client_2.10 "4.10"]