License |
License |
---|---|
GroupId | GroupIdio.github.boswelja.migration |
ArtifactId | ArtifactIdmigration-core-android |
Version | Version2.1.3 |
Type | Typeaar |
Description |
Descriptionmigration-core
A Kotlin library to enable easier code migrations, inspired by AndroidX Room
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.boswelja.migration/migration-core-android/ -->
<dependency>
<groupId>io.github.boswelja.migration</groupId>
<artifactId>migration-core-android</artifactId>
<version>2.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.boswelja.migration/migration-core-android/
implementation 'io.github.boswelja.migration:migration-core-android:2.1.3'
// https://jarcasting.com/artifacts/io.github.boswelja.migration/migration-core-android/
implementation ("io.github.boswelja.migration:migration-core-android:2.1.3")
'io.github.boswelja.migration:migration-core-android:aar:2.1.3'
<dependency org="io.github.boswelja.migration" name="migration-core-android" rev="2.1.3">
<artifact name="migration-core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.boswelja.migration', module='migration-core-android', version='2.1.3')
)
libraryDependencies += "io.github.boswelja.migration" % "migration-core-android" % "2.1.3"
[io.github.boswelja.migration/migration-core-android "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.5.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |