migration-core

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

License

License

GroupId

GroupId

io.github.boswelja.migration
ArtifactId

ArtifactId

migration-core-android
Last Version

Last Version

2.1.4
Release Date

Release Date

Type

Type

aar
Description

Description

migration-core
A Kotlin library to enable easier program 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

How to add to project

<!-- 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.4</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.4'
// https://jarcasting.com/artifacts/io.github.boswelja.migration/migration-core-android/
implementation ("io.github.boswelja.migration:migration-core-android:2.1.4")
'io.github.boswelja.migration:migration-core-android:aar:2.1.4'
<dependency org="io.github.boswelja.migration" name="migration-core-android" rev="2.1.4">
  <artifact name="migration-core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.boswelja.migration', module='migration-core-android', version='2.1.4')
)
libraryDependencies += "io.github.boswelja.migration" % "migration-core-android" % "2.1.4"
[io.github.boswelja.migration/migration-core-android "2.1.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.6.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.4
2.1.3
2.1.2