gallery
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tk.jamun.ui</groupId>
<artifactId>gallery</artifactId>
<version>0.0.4</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.jamun.ui</groupId>
<artifactId>gallery</artifactId>
<version>0.0.4</version>
<packaging>aar</packaging>
<name>Gallery</name>
<description>Gallery have some Beautiful UI Components and Multi files Mode for android Developers to give there app a A Rich look With single and Multi picker Functionality</description>
<url>https://github.com/Lib-Jamun/Gallery</url>
<inceptionYear>2018</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://github.com/Lib-Jamun/Gallery/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/Gallery</connection>
<developerConnection>scm:git@github.com:lib-jamun/Gallery.git</developerConnection>
<url>scm:git@github.com:lib-jamun/Gallery.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>28.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>design</artifactId>
<version>28.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v13</artifactId>
<version>28.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>