MVN

com.snap.shopping.camerakit : arshopping

Maven & Gradle

Aug 15, 2023

arshopping · ARShopping is an extention to CameraKit that enables AR shopping experience.

<dependency>
    <groupId>com.snap.shopping.camerakit</groupId>
    <artifactId>arshopping</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.snap.shopping.camerakit : arshopping to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.snap.shopping.camerakit : arshopping to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
arshopping-1.3.0
1.2.x
arshopping-1.2.1
arshopping-1.2.0
1.1.x
arshopping-1.1.0
1.0.x
arshopping-1.0.0
0.10.x
arshopping-0.10.0
0.9.x
arshopping-0.9.0
0.8.x
arshopping-0.8.0
0.7.x
arshopping-0.7.0

How to add a dependency to Maven

Add the following com.snap.shopping.camerakit : arshopping maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.snap.shopping.camerakit</groupId>
    <artifactId>arshopping</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.snap.shopping.camerakit : arshopping gradle dependency to your build.gradle file:

implementation 'com.snap.shopping.camerakit:arshopping:1.3.0'

Gradle Kotlin DSL: Add the following com.snap.shopping.camerakit : arshopping gradle kotlin dependency to your build.gradle.kts file:

implementation("com.snap.shopping.camerakit:arshopping:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.snap.shopping.camerakit : arshopping sbt scala dependency to your build.sbt file:

libraryDependencies += "com.snap.shopping.camerakit" % "arshopping" % "1.3.0"