circle-menu
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ramotion.circlemenu</groupId>
<artifactId>circle-menu</artifactId>
<version>0.3.2</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.ramotion.circlemenu</groupId>
<artifactId>circle-menu</artifactId>
<version>0.3.2</version>
<packaging>aar</packaging>
<name>Circle Menu for Android</name>
<description>CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. http://ramotion.com</description>
<url>https://github.com/Ramotion/circle-menu-android</url>
<inceptionYear>2017</inceptionYear>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dvg4000</id>
<name>Dmitry Grishechkin</name>
<email>dvgrishechkin@yandex.ru</email>
</developer>
<developer>
<id>golovin47</id>
<name>Ivan Golovin</name>
<email>golovinivans@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:Ramotion/circle-menu-android.git</connection>
<developerConnection>scm:git@github.com:Ramotion/circle-menu-android.git</developerConnection>
<url>https://github.com/Ramotion/circle-menu-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.1.0-alpha03</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>