MVN

com.github.xujiaji : happy-bubble

Maven & Gradle

Dec 20, 2021
709 stars

HappyBubble · 💭BubbleLayout随意变化的气泡布局、消息对话框,可定制颜色,背景、弧度、尖角弧度、边框等等。BubbleDialog气泡弹窗根据点击View的位置定位它的弹窗位置,BubbleDialog可定制方向等!(BubbleLayout changes freely,BubbleDialog click on the location of View positioning its location,BubbleDialog can be customized directions.)

<dependency>
    <groupId>com.github.xujiaji</groupId>
    <artifactId>happy-bubble</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xujiaji : happy-bubble to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of com.github.xujiaji : happy-bubble to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
happy-bubble-1.2.5
happy-bubble-1.2.4

How to add a dependency to Maven

Add the following com.github.xujiaji : happy-bubble maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xujiaji</groupId>
    <artifactId>happy-bubble</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xujiaji : happy-bubble gradle dependency to your build.gradle file:

implementation 'com.github.xujiaji:happy-bubble:1.2.5'

Gradle Kotlin DSL: Add the following com.github.xujiaji : happy-bubble gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xujiaji:happy-bubble:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xujiaji : happy-bubble sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xujiaji" % "happy-bubble" % "1.2.5"

Advertisement