bubbletabbar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.lalaki</groupId>
<artifactId>bubbletabbar</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 https://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>cn.lalaki</groupId>
<artifactId>bubbletabbar</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>bubbletabbar</name>
<description>BubbleTabBar is a bottom navigation bar with customizable bubble-like tabs, forked from: https://github.com/akshay2211/BubbleTabBar</description>
<url>https://github.com/lalakii/BubbleTabBar</url>
<organization>
<name>lalaki.cn</name>
<url>https://github.com/lalakii/BubbleTabBar</url>
</organization>
<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>
<name>lalakii</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/lalakii/BubbleTabBar.git</connection>
<url>https://github.com/lalakii/BubbleTabBar</url>
</scm>
</project>