commons-ktx

A part of Android libraries suite that contains common functionality found in Android projects.

License

License

GroupId

GroupId

com.paulrybitskyi.commons
ArtifactId

ArtifactId

commons-ktx
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

aar
Description

Description

commons-ktx
A part of Android libraries suite that contains common functionality found in Android projects.
Project URL

Project URL

https://github.com/mars885/android-commons
Source Code Management

Source Code Management

https://github.com/mars885/android-commons

Download commons-ktx

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (6)

Group / Artifact Type Version
com.paulrybitskyi.commons : commons-core jar 1.0.4
androidx.appcompat » appcompat jar 1.3.1
androidx.core » core-ktx jar 1.6.0
androidx.fragment » fragment-ktx jar 1.3.6
androidx.constraintlayout » constraintlayout jar 2.1.1
androidx.viewpager2 » viewpager2 jar 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0