armyknife-jetpack

Android/Kotlin Jetpack extension library.

License

License

MIT
GroupId

GroupId

io.github.eaglesakura.armyknife-jetpack
ArtifactId

ArtifactId

armyknife-jetpack
Last Version

Last Version

1.5.1
Release Date

Release Date

Type

Type

aar
Description

Description

armyknife-jetpack
Android/Kotlin Jetpack extension library.
Project URL

Project URL

https://github.com/eaglesakura/armyknife-jetpack
Source Code Management

Source Code Management

https://github.com/eaglesakura/armyknife-jetpack

Download armyknife-jetpack

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.30
org.jetbrains.kotlin : kotlin-reflect jar 1.4.30
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.2
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.4.2

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-parcelize-runtime jar 1.4.30

Project Modules

There are no modules declared in this project.

What is this repository?

Library for android applications with Kotlin.

armyknife is small library, but it can be more small. If you have to shrink to application, then proguard-options set to enable.

how to implementation into your project

// /app/build.gradle
dependencies {
    implementation 'io.github.eaglesakura.armyknife-jetpack:armyknife-jetpack:${replace version}'
}

Versions

Version
1.5.1
1.5.0
1.5.0-rc01
1.4.18
1.4.18-beta01