MVN

io.github.razerdp : BasePopup

Maven & Gradle

Dec 28, 2022
2 usages
5.1k stars

BasePopup · Android下打造通用便捷的PopupWindow弹窗库

<dependency>
    <groupId>io.github.razerdp</groupId>
    <artifactId>BasePopup</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.razerdp : BasePopup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of io.github.razerdp : BasePopup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
BasePopup-3.2.1
BasePopup-3.2.0
3.1.x
BasePopup-3.1.8
BasePopup-3.1.7
BasePopup-3.1.4
BasePopup-3.1.0
2.3.x
BasePopup-2.3.0
2.2.x
BasePopup-2.2.30

How to add a dependency to Maven

Add the following io.github.razerdp : BasePopup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.razerdp</groupId>
    <artifactId>BasePopup</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.razerdp : BasePopup gradle dependency to your build.gradle file:

implementation 'io.github.razerdp:BasePopup:3.2.1'

Gradle Kotlin DSL: Add the following io.github.razerdp : BasePopup gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.razerdp:BasePopup:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.razerdp : BasePopup sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.razerdp" % "BasePopup" % "3.2.1"

Advertisement