chart
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.fitapp-os</groupId>
<artifactId>chart</artifactId>
<version>2.1.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>io.github.fitapp-os</groupId>
<artifactId>chart</artifactId>
<version>2.1.0</version>
<name>chart</name>
<description>Add simple bar charts to your Android project</description>
<url>https://github.com/fitapp-os/chart</url>
<licenses>
<license>
<name>GNU Lesser General Public License v3.0</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>fitapp</id>
<name>Eman Basic</name>
<email>eman.basic@fitapp.info</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/fitapp-os/chart.git</connection>
<developerConnection>scm:git:ssh://github.com/fitapp-os/chart.git</developerConnection>
<url>https://github.com/fitapp-os/chart/tree/master</url>
</scm>
</project>