MVN

ch.movinno.oss : vimeo-client

Maven & Gradle

Aug 01, 2021
0 stars

Vimeo · Vimeo Java API

<dependency>
    <groupId>ch.movinno.oss</groupId>
    <artifactId>vimeo-client</artifactId>
    <version>1.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.movinno.oss : vimeo-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.0

All Versions

Choose a version of ch.movinno.oss : vimeo-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
vimeo-client-1.14.0

How to add a dependency to Maven

Add the following ch.movinno.oss : vimeo-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.movinno.oss</groupId>
    <artifactId>vimeo-client</artifactId>
    <version>1.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.movinno.oss : vimeo-client gradle dependency to your build.gradle file:

implementation 'ch.movinno.oss:vimeo-client:1.14.0'

Gradle Kotlin DSL: Add the following ch.movinno.oss : vimeo-client gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.movinno.oss:vimeo-client:1.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.movinno.oss : vimeo-client sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.movinno.oss" % "vimeo-client" % "1.14.0"

Advertisement