is not current version
Last Version 2.2.1

com.github.thepacific:core 2.1.3

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

GroupId

GroupId

com.github.thepacific
ArtifactId

ArtifactId

core
Version

Version

2.1.3
Type

Type

aar

Download core 2.1.3


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