GroupId | GroupIdio.github.safe-ending |
---|---|
ArtifactId | ArtifactIdpopup |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
popup-1.0.2.pom | |
popup-1.0.2.aar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.safe-ending/popup/ -->
<dependency>
<groupId>io.github.safe-ending</groupId>
<artifactId>popup</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.safe-ending/popup/
implementation 'io.github.safe-ending:popup:1.0.2'
// https://jarcasting.com/artifacts/io.github.safe-ending/popup/
implementation ("io.github.safe-ending:popup:1.0.2")
'io.github.safe-ending:popup:aar:1.0.2'
<dependency org="io.github.safe-ending" name="popup" rev="1.0.2">
<artifact name="popup" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.safe-ending', module='popup', version='1.0.2')
)
libraryDependencies += "io.github.safe-ending" % "popup" % "1.0.2"
[io.github.safe-ending/popup "1.0.2"]