MVN

de.fhg.fokus.nubomedia : nubomedia-repository-client

Maven & Gradle

Aug 30, 2016
0 stars

nubomedia-repository-client · Extends the kurento repository clientI to work on the NUBOMEDIA cloud environment

<dependency>
    <groupId>de.fhg.fokus.nubomedia</groupId>
    <artifactId>nubomedia-repository-client</artifactId>
    <version>6.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.fhg.fokus.nubomedia : nubomedia-repository-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.0

All Versions

Choose a version of de.fhg.fokus.nubomedia : nubomedia-repository-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
nubomedia-repository-client-6.5.0
1.0
nubomedia-repository-client-1.0

How to add a dependency to Maven

Add the following de.fhg.fokus.nubomedia : nubomedia-repository-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.fhg.fokus.nubomedia</groupId>
    <artifactId>nubomedia-repository-client</artifactId>
    <version>6.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.fhg.fokus.nubomedia : nubomedia-repository-client gradle dependency to your build.gradle file:

implementation 'de.fhg.fokus.nubomedia:nubomedia-repository-client:6.5.0'

Gradle Kotlin DSL: Add the following de.fhg.fokus.nubomedia : nubomedia-repository-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.fhg.fokus.nubomedia:nubomedia-repository-client:6.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.fhg.fokus.nubomedia : nubomedia-repository-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.fhg.fokus.nubomedia" % "nubomedia-repository-client" % "6.5.0"