License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.ganeshjunghare |
ArtifactId | ArtifactIdmvpkotlin |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMvpKotlin
A library that does X, Y, and Z
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mvpkotlin-1.0.1.pom | |
mvpkotlin-1.0.1.aar | 23 KB |
mvpkotlin-1.0.1-sources.jar | 709 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ganeshjunghare/mvpkotlin/ -->
<dependency>
<groupId>com.github.ganeshjunghare</groupId>
<artifactId>mvpkotlin</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ganeshjunghare/mvpkotlin/
implementation 'com.github.ganeshjunghare:mvpkotlin:1.0.1'
// https://jarcasting.com/artifacts/com.github.ganeshjunghare/mvpkotlin/
implementation ("com.github.ganeshjunghare:mvpkotlin:1.0.1")
'com.github.ganeshjunghare:mvpkotlin:aar:1.0.1'
<dependency org="com.github.ganeshjunghare" name="mvpkotlin" rev="1.0.1">
<artifact name="mvpkotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ganeshjunghare', module='mvpkotlin', version='1.0.1')
)
libraryDependencies += "com.github.ganeshjunghare" % "mvpkotlin" % "1.0.1"
[com.github.ganeshjunghare/mvpkotlin "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.3.61 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.61 |
com.hannesdorfmann.mosby : mvp | jar | 2.0.1 |