MVN

io.nyris.sdk : camera-view

Maven & Gradle

Jun 02, 2023
1 stars

Nyris SDK - camera-view · Nyris SDK - camera-view

<dependency>
    <groupId>io.nyris.sdk</groupId>
    <artifactId>camera-view</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nyris.sdk : camera-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of io.nyris.sdk : camera-view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
camera-view-1.2.1
camera-view-1.2.0
1.1.x
camera-view-1.1.1
camera-view-1.1.0
1.0.x
camera-view-1.0.1
camera-view-1.0.0
i2374ku2h34iu
camera-view-i2374ku2h34iu
idid8937489237
camera-view-idid8937489237
iii390409430
camera-view-iii390409430
f863ac2
camera-view-f863ac2

How to add a dependency to Maven

Add the following io.nyris.sdk : camera-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nyris.sdk</groupId>
    <artifactId>camera-view</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nyris.sdk : camera-view gradle dependency to your build.gradle file:

implementation 'io.nyris.sdk:camera-view:1.2.1'

Gradle Kotlin DSL: Add the following io.nyris.sdk : camera-view gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nyris.sdk:camera-view:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nyris.sdk : camera-view sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nyris.sdk" % "camera-view" % "1.2.1"

Advertisement