camera
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tk.jamunx.ui</groupId>
<artifactId>camera</artifactId>
<version>0.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>tk.jamunx.ui</groupId>
<artifactId>camera</artifactId>
<version>0.0.8</version>
<packaging>aar</packaging>
<name>Camera</name>
<description>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 .</description>
<url>https://github.com/Lib-Jamun/Camera</url>
<inceptionYear>2018</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://github.com/Lib-Jamun/Camera/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>lib-jamun</id>
<name>Jatin Sahgal</name>
<email>jatinsahgal50@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/Lib-Jamun/Camera</connection>
<developerConnection>scm:git@github.com:lib-jamun/Camera.git</developerConnection>
<url>scm:git@github.com:lib-jamun/Camera.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-vision</artifactId>
<version>18.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v13</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>