MVN

com.gettyimages : gettyimagesapi-sdk

Maven & Gradle

Jun 05, 2023
10 stars

gettyimagesapi-sdk · A SDK for Getty Images API

<dependency>
    <groupId>com.gettyimages</groupId>
    <artifactId>gettyimagesapi-sdk</artifactId>
    <version>3.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gettyimages : gettyimagesapi-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.7

All Versions

Choose a version of com.gettyimages : gettyimagesapi-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
gettyimagesapi-sdk-3.1.7
gettyimagesapi-sdk-3.1.6
gettyimagesapi-sdk-3.1.5
gettyimagesapi-sdk-3.1.4
gettyimagesapi-sdk-3.1.3
gettyimagesapi-sdk-3.1.2
gettyimagesapi-sdk-3.1.1
gettyimagesapi-sdk-3.1.0
3.0.x
gettyimagesapi-sdk-3.0.3
gettyimagesapi-sdk-3.0.2
gettyimagesapi-sdk-3.0.1
gettyimagesapi-sdk-3.0.0
2.1.x
gettyimagesapi-sdk-2.1.2
gettyimagesapi-sdk-2.1.1
gettyimagesapi-sdk-2.1.0
2.0.x
gettyimagesapi-sdk-2.0.0

How to add a dependency to Maven

Add the following com.gettyimages : gettyimagesapi-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gettyimages</groupId>
    <artifactId>gettyimagesapi-sdk</artifactId>
    <version>3.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gettyimages : gettyimagesapi-sdk gradle dependency to your build.gradle file:

implementation 'com.gettyimages:gettyimagesapi-sdk:3.1.7'

Gradle Kotlin DSL: Add the following com.gettyimages : gettyimagesapi-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gettyimages:gettyimagesapi-sdk:3.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gettyimages : gettyimagesapi-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gettyimages" % "gettyimagesapi-sdk" % "3.1.7"