is not current version
Last Version 3.2.0

io.github.razerdp:BasePopup 2.3.0

Android下打造通用便捷的PopupWindow

GroupId

GroupId

io.github.razerdp
ArtifactId

ArtifactId

BasePopup
Version

Version

2.3.0
Type

Type

aar

Download BasePopup 2.3.0


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