is not current version
Last Version 1.0.6

io.github.hsicen:toast 1.0.4

A concise description of my library

GroupId

GroupId

io.github.hsicen
ArtifactId

ArtifactId

toast
Version

Version

1.0.4
Type

Type

aar

Download toast 1.0.4

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"]