is not current version
Last Version 1.0.1

com.sarveshathawale:kotlintoasts 1.0.0

A simple Kotlin friendly API to show toasts in android.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.sarveshathawale
ArtifactId

ArtifactId

kotlintoasts
Version

Version

1.0.0
Type

Type

aar

Download kotlintoasts 1.0.0


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