License |
License |
---|---|
GroupId | GroupIdio.github.boswelja.migration |
ArtifactId | ArtifactIdmigration-core-android |
Version | Version2.1.2 |
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.2</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.2'
// https://jarcasting.com/artifacts/io.github.boswelja.migration/migration-core-android/
implementation ("io.github.boswelja.migration:migration-core-android:2.1.2")
'io.github.boswelja.migration:migration-core-android:aar:2.1.2'
<dependency org="io.github.boswelja.migration" name="migration-core-android" rev="2.1.2">
<artifact name="migration-core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.boswelja.migration', module='migration-core-android', version='2.1.2')
)
libraryDependencies += "io.github.boswelja.migration" % "migration-core-android" % "2.1.2"
[io.github.boswelja.migration/migration-core-android "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.5.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.30 |