TMDb Client

A java library to request content from The Movie Database API (TMDb)

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.rodrigobriet
ArtifactId

ArtifactId

tmdbclient
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

TMDb Client
A java library to request content from The Movie Database API (TMDb)
Project URL

Project URL

https://github.com/rodrigobriet/TMDbClient
Project Organization

Project Organization

com.github.rodrigobriet
Source Code Management

Source Code Management

https://github.com/rodrigobriet/TMDbClient

Download tmdbclient

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rodrigobriet/tmdbclient/ -->
<dependency>
    <groupId>com.github.rodrigobriet</groupId>
    <artifactId>tmdbclient</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rodrigobriet/tmdbclient/
implementation 'com.github.rodrigobriet:tmdbclient:1.0.0'
// https://jarcasting.com/artifacts/com.github.rodrigobriet/tmdbclient/
implementation ("com.github.rodrigobriet:tmdbclient:1.0.0")
'com.github.rodrigobriet:tmdbclient:pom:1.0.0'
<dependency org="com.github.rodrigobriet" name="tmdbclient" rev="1.0.0">
  <artifact name="tmdbclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rodrigobriet', module='tmdbclient', version='1.0.0')
)
libraryDependencies += "com.github.rodrigobriet" % "tmdbclient" % "1.0.0"
[com.github.rodrigobriet/tmdbclient "1.0.0"]

Dependencies

runtime (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.4
com.squareup.okhttp3 : okhttp jar 3.10.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0