| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.vliolios |
| ArtifactId | ArtifactIdthemoviedb-java-kit |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTheMovieDb Java Kit
A Java library for version 3 of the API provided by The Movie Database (TMDb), a community built movie and TV database.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| themoviedb-java-kit-0.1.0.pom | |
| themoviedb-java-kit-0.1.0.jar | 34 KB |
| themoviedb-java-kit-0.1.0-sources.jar | 15 KB |
| themoviedb-java-kit-0.1.0-javadoc.jar | 179 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vliolios/themoviedb-java-kit/ -->
<dependency>
<groupId>com.vliolios</groupId>
<artifactId>themoviedb-java-kit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vliolios/themoviedb-java-kit/
implementation 'com.vliolios:themoviedb-java-kit:0.1.0'
// https://jarcasting.com/artifacts/com.vliolios/themoviedb-java-kit/
implementation ("com.vliolios:themoviedb-java-kit:0.1.0")
'com.vliolios:themoviedb-java-kit:jar:0.1.0'
<dependency org="com.vliolios" name="themoviedb-java-kit" rev="0.1.0">
<artifact name="themoviedb-java-kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vliolios', module='themoviedb-java-kit', version='0.1.0')
)
libraryDependencies += "com.vliolios" % "themoviedb-java-kit" % "0.1.0"
[com.vliolios/themoviedb-java-kit "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.2.0 |
| com.squareup.retrofit2 : converter-jackson | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-core | jar | 2.3.4 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.github.tomakehurst : wiremock | jar | 2.5.1 |