License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.srgsf |
ArtifactId | ArtifactIdtvtime-client |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptiontvtime-client
Api client implementation for https://www.tvtime.com show progress tracker.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tvtime-client-1.0.pom | |
tvtime-client-1.0.jar | 49 KB |
tvtime-client-1.0-sources.jar | 32 KB |
tvtime-client-1.0-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.srgsf/tvtime-client/ -->
<dependency>
<groupId>com.github.srgsf</groupId>
<artifactId>tvtime-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.srgsf/tvtime-client/
implementation 'com.github.srgsf:tvtime-client:1.0'
// https://jarcasting.com/artifacts/com.github.srgsf/tvtime-client/
implementation ("com.github.srgsf:tvtime-client:1.0")
'com.github.srgsf:tvtime-client:jar:1.0'
<dependency org="com.github.srgsf" name="tvtime-client" rev="1.0">
<artifact name="tvtime-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.srgsf', module='tvtime-client', version='1.0')
)
libraryDependencies += "com.github.srgsf" % "tvtime-client" % "1.0"
[com.github.srgsf/tvtime-client "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
com.squareup.retrofit2 : converter-moshi | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : logging-interceptor | jar | 3.12.0 |
com.squareup.okhttp3 : mockwebserver | jar | 3.12.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |