| GroupId | GroupIdio.github.muddz |
|---|---|
| ArtifactId | ArtifactIdstyleabletoast |
| Version | Version2.3.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| styleabletoast-2.3.0.pom | |
| styleabletoast-2.3.0-sources.jar | 4 KB |
| styleabletoast-2.3.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.muddz/styleabletoast/ -->
<dependency>
<groupId>io.github.muddz</groupId>
<artifactId>styleabletoast</artifactId>
<version>2.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.muddz/styleabletoast/
implementation 'io.github.muddz:styleabletoast:2.3.0'
// https://jarcasting.com/artifacts/io.github.muddz/styleabletoast/
implementation ("io.github.muddz:styleabletoast:2.3.0")
'io.github.muddz:styleabletoast:aar:2.3.0'
<dependency org="io.github.muddz" name="styleabletoast" rev="2.3.0">
<artifact name="styleabletoast" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.muddz', module='styleabletoast', version='2.3.0')
)
libraryDependencies += "io.github.muddz" % "styleabletoast" % "2.3.0"
[io.github.muddz/styleabletoast "2.3.0"]