is not current version
Last Version 2.1.4

migration-core 2.1.2

A Kotlin library to enable easier code migrations, inspired by AndroidX Room

License

License

GroupId

GroupId

io.github.boswelja.migration
ArtifactId

ArtifactId

migration-core-android
Version

Version

2.1.2
Type

Type

aar
Description

Description

migration-core
A Kotlin library to enable easier code migrations, inspired by AndroidX Room
Project URL

Project URL

https://github.com/boswelja/kotlin-migration
Source Code Management

Source Code Management

https://github.com/boswelja/kotlin-migration

Download migration-core-android 2.1.2


<!-- 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"]

Dependencies

compile (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

Project Modules

There are no modules declared in this project.