BasePopup

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

License

License

GroupId

GroupId

io.github.razerdp
ArtifactId

ArtifactId

BasePopup
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/razerdp/BasePopup
Source Code Management

Source Code Management

https://github.com/razerdp/BasePopup

Download BasePopup

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.razerdp/BasePopup/ -->
<dependency>
    <groupId>io.github.razerdp</groupId>
    <artifactId>BasePopup</artifactId>
    <version>3.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.razerdp/BasePopup/
implementation 'io.github.razerdp:BasePopup:3.2.0'
// https://jarcasting.com/artifacts/io.github.razerdp/BasePopup/
implementation ("io.github.razerdp:BasePopup:3.2.0")
'io.github.razerdp:BasePopup:aar:3.2.0'
<dependency org="io.github.razerdp" name="BasePopup" rev="3.2.0">
  <artifact name="BasePopup" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.razerdp', module='BasePopup', version='3.2.0')
)
libraryDependencies += "io.github.razerdp" % "BasePopup" % "3.2.0"
[io.github.razerdp/BasePopup "3.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.2.0
3.1.8
3.1.7
3.1.4
3.1.0
2.3.0
2.2.30