MVN

io.v47.tmdb-api-client : quarkus

Maven & Gradle

Jun 15, 2023
1 stars

TMDb API Client :: quarkus · Runtime module of the TMDb API Client Quarkus extension

<dependency>
    <groupId>io.v47.tmdb-api-client</groupId>
    <artifactId>quarkus</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.v47.tmdb-api-client : quarkus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of io.v47.tmdb-api-client : quarkus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
quarkus-2.2.0
2.1.x
quarkus-2.1.0
2.0.x
quarkus-2.0.0
1.6.x
quarkus-1.6.0
1.5.x
quarkus-1.5.0
1.4.x
quarkus-1.4.0
1.3.x
quarkus-1.3.0
1.2.x
quarkus-1.2.0
1.1.x
quarkus-1.1.0
1.0.x
quarkus-1.0.1
quarkus-1.0.0

How to add a dependency to Maven

Add the following io.v47.tmdb-api-client : quarkus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.v47.tmdb-api-client</groupId>
    <artifactId>quarkus</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.v47.tmdb-api-client : quarkus gradle dependency to your build.gradle file:

implementation 'io.v47.tmdb-api-client:quarkus:2.2.0'

Gradle Kotlin DSL: Add the following io.v47.tmdb-api-client : quarkus gradle kotlin dependency to your build.gradle.kts file:

implementation("io.v47.tmdb-api-client:quarkus:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.v47.tmdb-api-client : quarkus sbt scala dependency to your build.sbt file:

libraryDependencies += "io.v47.tmdb-api-client" % "quarkus" % "2.2.0"