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

io.github.solrudev:simpleinstaller 3.0.0

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

Группа

Группа

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

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

simpleinstaller
Версия

Версия

3.0.0
Тип

Тип

aar

Скачать simpleinstaller 3.0.0


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