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

com.github.thepacific:core 2.2.0

One kind of boilerplate for writing Android apps using android official architecture component approach.

Группа

Группа

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

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

core
Версия

Версия

2.2.0
Тип

Тип

aar

Скачать core 2.2.0

Имя Файла Размер
core-2.2.0.pom
core-2.2.0-sources.jar 4 KB
core-2.2.0-javadoc.jar 225 KB
Обзор

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