| GroupId | GroupIdio.github.padaiyal |
|---|---|
| ArtifactId | ArtifactIdpopper |
| Version | Version2021.12.18 |
| Type | Typejar |
| Filename | Size |
|---|---|
| popper-2021.12.18.pom | |
| popper-2021.12.18.jar | 6 KB |
| popper-2021.12.18-sources.jar | 5 KB |
| popper-2021.12.18-javadoc.jar | 128 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.padaiyal/popper/ -->
<dependency>
<groupId>io.github.padaiyal</groupId>
<artifactId>popper</artifactId>
<version>2021.12.18</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.padaiyal/popper/
implementation 'io.github.padaiyal:popper:2021.12.18'
// https://jarcasting.com/artifacts/io.github.padaiyal/popper/
implementation ("io.github.padaiyal:popper:2021.12.18")
'io.github.padaiyal:popper:jar:2021.12.18'
<dependency org="io.github.padaiyal" name="popper" rev="2021.12.18">
<artifact name="popper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.padaiyal', module='popper', version='2021.12.18')
)
libraryDependencies += "io.github.padaiyal" % "popper" % "2021.12.18"
[io.github.padaiyal/popper "2021.12.18"]