License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.gu |
ArtifactId | ArtifactIdpa-client_2.10 |
Version | Version5.0.0 |
Type | Typejar |
Description |
Descriptionpa-client
Scala client for PA football feeds. Only does football data, it has no knowledge of Guardian match reports and such.
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.gu |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pa-client_2.10-5.0.0.pom | |
pa-client_2.10-5.0.0.jar | 424 KB |
pa-client_2.10-5.0.0-sources.jar | 14 KB |
pa-client_2.10-5.0.0-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gu/pa-client_2.10/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>pa-client_2.10</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/pa-client_2.10/
implementation 'com.gu:pa-client_2.10:5.0.0'
// https://jarcasting.com/artifacts/com.gu/pa-client_2.10/
implementation ("com.gu:pa-client_2.10:5.0.0")
'com.gu:pa-client_2.10:jar:5.0.0'
<dependency org="com.gu" name="pa-client_2.10" rev="5.0.0">
<artifact name="pa-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='pa-client_2.10', version='5.0.0')
)
libraryDependencies += "com.gu" % "pa-client_2.10" % "5.0.0"
[com.gu/pa-client_2.10 "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.4 |
joda-time : joda-time | jar | 1.6.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 2.1.3 |