GroupId | GroupIdio.github.flypple |
---|---|
ArtifactId | ArtifactIdSuperToast |
Version | Version0.2 |
Type | Typeaar |
Filename | Size |
---|---|
SuperToast-0.2.pom | |
SuperToast-0.2-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.flypple/SuperToast/ -->
<dependency>
<groupId>io.github.flypple</groupId>
<artifactId>SuperToast</artifactId>
<version>0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.flypple/SuperToast/
implementation 'io.github.flypple:SuperToast:0.2'
// https://jarcasting.com/artifacts/io.github.flypple/SuperToast/
implementation ("io.github.flypple:SuperToast:0.2")
'io.github.flypple:SuperToast:aar:0.2'
<dependency org="io.github.flypple" name="SuperToast" rev="0.2">
<artifact name="SuperToast" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.flypple', module='SuperToast', version='0.2')
)
libraryDependencies += "io.github.flypple" % "SuperToast" % "0.2"
[io.github.flypple/SuperToast "0.2"]