android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>android</artifactId> <version>0.6.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>android</artifactId> <version>0.6.7</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>base</artifactId> <version>0.6.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>file</artifactId> <version>0.6.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>zip</artifactId> <version>0.6.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>stream-utils</artifactId> <version>0.6.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>utils</artifactId> <version>0.6.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>logger</artifactId> <version>0.6.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.ginvavilon.traghentto</groupId> <artifactId>io-utils</artifactId> <version>0.6.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> </dependencies> <name>snapshot</name> <description>Interfaces for join sources of fiiles as files sytem, zip, http</description> <inceptionYear>2018</inceptionYear> <url>https://github.com/GinVavilon/traghetto-source</url> <scm> <url>https://github.com/GinVavilon/traghetto-source</url> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/license/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ginVavilon</id> <name>Vladimir Baraznovsky</name> <email>ginVavilon@gmail.com</email> </developer> </developers> </project>