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