Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.sarveshathawale |
ArtifactId | ArtifactIdkotlintoasts |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
kotlintoasts-1.0.0.pom | |
kotlintoasts-1.0.0.aar | 2 KB |
kotlintoasts-1.0.0-sources.jar | 609 bytes |
kotlintoasts-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]