is not current version
Last Version 1.0.14

com.github.frist008:core 1.0.2

Combined lib for Android 2.2+: ORM; Easy to work with adapters; Easy to work with loaders

GroupId

GroupId

com.github.frist008
ArtifactId

ArtifactId

core
Version

Version

1.0.2
Type

Type

aar

Download core 1.0.2


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