MVN

com.uwetrottmann.thetvdb-java : thetvdb-java

Maven & Gradle

Aug 14, 2020
18 stars

thetvdb-java · TheTVDB API wrapper in Java written using retrofit 2.

<dependency>
    <groupId>com.uwetrottmann.thetvdb-java</groupId>
    <artifactId>thetvdb-java</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uwetrottmann.thetvdb-java : thetvdb-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.uwetrottmann.thetvdb-java : thetvdb-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
thetvdb-java-2.4.0
2.3.x
thetvdb-java-2.3.0
2.2.x
thetvdb-java-2.2.0
2.1.x
thetvdb-java-2.1.0
2.0.x
thetvdb-java-2.0.0
1.6.x
thetvdb-java-1.6.1
thetvdb-java-1.6.0
1.5.x
thetvdb-java-1.5.0
1.4.x
thetvdb-java-1.4.2
thetvdb-java-1.4.1
thetvdb-java-1.4.0
1.3.x
thetvdb-java-1.3.0
1.2.x
thetvdb-java-1.2.0
1.1.x
thetvdb-java-1.1.2
thetvdb-java-1.1.1
thetvdb-java-1.1.0
1.0.x
thetvdb-java-1.0.2
thetvdb-java-1.0.1
thetvdb-java-1.0.0

How to add a dependency to Maven

Add the following com.uwetrottmann.thetvdb-java : thetvdb-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.uwetrottmann.thetvdb-java</groupId>
    <artifactId>thetvdb-java</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uwetrottmann.thetvdb-java : thetvdb-java gradle dependency to your build.gradle file:

implementation 'com.uwetrottmann.thetvdb-java:thetvdb-java:2.4.0'

Gradle Kotlin DSL: Add the following com.uwetrottmann.thetvdb-java : thetvdb-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uwetrottmann.thetvdb-java:thetvdb-java:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uwetrottmann.thetvdb-java : thetvdb-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uwetrottmann.thetvdb-java" % "thetvdb-java" % "2.4.0"

Advertisement