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