sphere-filepicker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.alphemsoft</groupId>
<artifactId>sphere-filepicker</artifactId>
<version>0.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.alphemsoft</groupId>
<artifactId>sphere-filepicker</artifactId>
<version>0.7</version>
<packaging>aar</packaging>
<name>sphere-filepicker</name>
<description>A Kotlin FilePicker</description>
<url>https://github.com/AlphemSoft/sphere-filepicker</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://gist.github.com/mnem-gists/2046999</url>
</license>
</licenses>
<developers>
<developer>
<id>omen</id>
<name>Mijael Viricochea Parra</name>
<email>mijael.viricochea@outlook.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/AlphemSoft/sphere-filepicker.git</connection>
<developerConnection>scm:git:ssh://github.com/AlphemSoft/sphere-filepicker.git</developerConnection>
<url>https://github.com/AlphemSoft/sphere-filepicker</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.41</version>
</dependency>
<dependency>
<groupId/>
<artifactId>unspecified</artifactId>
<version/>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.41</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.9.0</version>
</dependency>
</dependencies>
</project>