License |
License |
---|---|
GroupId | GroupIdcom.paulrybitskyi.commons |
ArtifactId | ArtifactIdcommons-core |
Version | Version1.0.2 |
Type | Typeaar |
Description |
Descriptioncommons-core
A part of Android libraries suite that contains common functionality found in Android projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-core-1.0.2.pom | |
commons-core-1.0.2-sources.jar | 3 KB |
commons-core-1.0.2-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.paulrybitskyi.commons/commons-core/ -->
<dependency>
<groupId>com.paulrybitskyi.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.paulrybitskyi.commons/commons-core/
implementation 'com.paulrybitskyi.commons:commons-core:1.0.2'
// https://jarcasting.com/artifacts/com.paulrybitskyi.commons/commons-core/
implementation ("com.paulrybitskyi.commons:commons-core:1.0.2")
'com.paulrybitskyi.commons:commons-core:aar:1.0.2'
<dependency org="com.paulrybitskyi.commons" name="commons-core" rev="1.0.2">
<artifact name="commons-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.paulrybitskyi.commons', module='commons-core', version='1.0.2')
)
libraryDependencies += "com.paulrybitskyi.commons" % "commons-core" % "1.0.2"
[com.paulrybitskyi.commons/commons-core "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.databinding » viewbinding | jar | 4.1.3 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |
androidx.lifecycle » lifecycle-common-java8 | jar | 2.2.0 |
androidx.lifecycle » lifecycle-viewmodel | jar | 2.2.0 |