is not current version
Last Version 1.0.6

io.github.hsicen:toast 1.0.1

A concise description of my library

GroupId

GroupId

io.github.hsicen
ArtifactId

ArtifactId

toast
Version

Version

1.0.1
Type

Type

aar

Download toast 1.0.1

Filename Size
toast-1.0.1.pom
Browse

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