is not current version
Last Version 1.1

io.github.flypple:SuperToast 0.1

测试MavenCentral使用方法

GroupId

GroupId

io.github.flypple
ArtifactId

ArtifactId

SuperToast
Version

Version

0.1
Type

Type

aar

Download SuperToast 0.1


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