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

io.github.solrudev:simpleinstaller 2.0.4

Easy to use Android package installer wrapper leveraging Kotlin coroutines (API 16+)

Группа

Группа

io.github.solrudev
Идентификатор

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

simpleinstaller
Версия

Версия

2.0.4
Тип

Тип

aar

Скачать simpleinstaller 2.0.4


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