не последняя версия
Последняя версия 3.1.4

com.github.vicpinm:kpresenteradapter 3.0.0beta1

Kotlin Presenter Adapter

Группа

Группа

com.github.vicpinm
Идентификатор

Идентификатор

kpresenteradapter
Версия

Версия

3.0.0beta1
Тип

Тип

aar

Скачать kpresenteradapter 3.0.0beta1


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