davinci
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.florent37</groupId>
<artifactId>davinci</artifactId>
<version>1.0.0</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>com.github.florent37</groupId>
<artifactId>davinci</artifactId>
<version>1.0.0</version>
<name>DaVinci</name>
<description>DaVinci is an image downloading and caching library for Android Wear</description>
<url>https://github.com/florent37/DaVinci</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>florent37</id>
<name>Florent Champigny</name>
<email>champigny.florent@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/florent37/DaVinci.git</connection>
<developerConnection>https://github.com/florent37/DaVinci.git</developerConnection>
<url>https://github.com/florent37/DaVinci</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-wearable</artifactId>
<version>6.5.87</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.support</groupId>
<artifactId>wearable</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>disklrucache</artifactId>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>