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

io.github.unitbean:androidcore 1.9.0

Boilerplate Android code for UnitBean developers

Группа

Группа

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

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

androidcore
Версия

Версия

1.9.0
Тип

Тип

aar

Скачать androidcore 1.9.0


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