MVN

fi.vtt.nubomedia.kurento : arfilterdemo

Maven & Gradle

Mar 21, 2016
0 stars

AR 3D · A library meant to be utilized in VTT's NUBOMEDIA project and related projects.

<dependency>
    <groupId>fi.vtt.nubomedia.kurento</groupId>
    <artifactId>arfilterdemo</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.vtt.nubomedia.kurento : arfilterdemo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of fi.vtt.nubomedia.kurento : arfilterdemo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
arfilterdemo-1.0.1
arfilterdemo-1.0.0

How to add a dependency to Maven

Add the following fi.vtt.nubomedia.kurento : arfilterdemo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fi.vtt.nubomedia.kurento</groupId>
    <artifactId>arfilterdemo</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.vtt.nubomedia.kurento : arfilterdemo gradle dependency to your build.gradle file:

implementation 'fi.vtt.nubomedia.kurento:arfilterdemo:1.0.1'

Gradle Kotlin DSL: Add the following fi.vtt.nubomedia.kurento : arfilterdemo gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.vtt.nubomedia.kurento:arfilterdemo:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.vtt.nubomedia.kurento : arfilterdemo sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.vtt.nubomedia.kurento" % "arfilterdemo" % "1.0.1"

Advertisement