MVN

me.aflak.libraries : ezcam

Maven & Gradle

Jun 24, 2017
71 stars

EZCam · Simple library that allows you to display preview and take pictures easily with callbacks!

<dependency>
    <groupId>me.aflak.libraries</groupId>
    <artifactId>ezcam</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.aflak.libraries : ezcam to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3

All Versions

Choose a version of me.aflak.libraries : ezcam to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
ezcam-2.3.3
ezcam-2.3.2
ezcam-2.3.1
2.3
ezcam-2.3
2.2
ezcam-2.2
1.0
ezcam-1.0

How to add a dependency to Maven

Add the following me.aflak.libraries : ezcam maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.aflak.libraries</groupId>
    <artifactId>ezcam</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.aflak.libraries : ezcam gradle dependency to your build.gradle file:

implementation 'me.aflak.libraries:ezcam:2.3.3'

Gradle Kotlin DSL: Add the following me.aflak.libraries : ezcam gradle kotlin dependency to your build.gradle.kts file:

implementation("me.aflak.libraries:ezcam:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.aflak.libraries : ezcam sbt scala dependency to your build.sbt file:

libraryDependencies += "me.aflak.libraries" % "ezcam" % "2.3.3"

Advertisement