MVN

tk.jamunx.ui : camera

Maven & Gradle

Sep 14, 2019
0 stars

Camera · Camera library provide you Custom Complete Camera view with features like Flash, Rotation, Gallery Picker, Focus, Tap to capture, Confirmation window and last but not least croping feature.It also provide you file path in return so that developer can feel a friendly handy way to Deal After .

<dependency>
    <groupId>tk.jamunx.ui</groupId>
    <artifactId>camera</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.jamunx.ui : camera to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of tk.jamunx.ui : camera to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
camera-0.0.8

How to add a dependency to Maven

Add the following tk.jamunx.ui : camera maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tk.jamunx.ui</groupId>
    <artifactId>camera</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tk.jamunx.ui : camera gradle dependency to your build.gradle file:

implementation 'tk.jamunx.ui:camera:0.0.8'

Gradle Kotlin DSL: Add the following tk.jamunx.ui : camera gradle kotlin dependency to your build.gradle.kts file:

implementation("tk.jamunx.ui:camera:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following tk.jamunx.ui : camera sbt scala dependency to your build.sbt file:

libraryDependencies += "tk.jamunx.ui" % "camera" % "0.0.8"