License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.sarveshathawale |
ArtifactId | ArtifactIdkotlintoasts |
Version | Version1.0.1 |
Type | Typeaar |
Description |
DescriptionKotlinToasts
A simple Kotlin friendly API to show toasts in android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlintoasts-1.0.1.pom | |
kotlintoasts-1.0.1.aar | 2 KB |
kotlintoasts-1.0.1-sources.jar | 609 bytes |
kotlintoasts-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sarveshathawale/kotlintoasts/ -->
<dependency>
<groupId>com.sarveshathawale</groupId>
<artifactId>kotlintoasts</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sarveshathawale/kotlintoasts/
implementation 'com.sarveshathawale:kotlintoasts:1.0.1'
// https://jarcasting.com/artifacts/com.sarveshathawale/kotlintoasts/
implementation ("com.sarveshathawale:kotlintoasts:1.0.1")
'com.sarveshathawale:kotlintoasts:aar:1.0.1'
<dependency org="com.sarveshathawale" name="kotlintoasts" rev="1.0.1">
<artifact name="kotlintoasts" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sarveshathawale', module='kotlintoasts', version='1.0.1')
)
libraryDependencies += "com.sarveshathawale" % "kotlintoasts" % "1.0.1"
[com.sarveshathawale/kotlintoasts "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.3.50 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.3.50 |