migration

An Android library to enable easy app migrations, inspired by Room

License

License

GroupId

GroupId

io.github.boswelja.migration
ArtifactId

ArtifactId

migration
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

migration
An Android library to enable easy app migrations, inspired by Room
Project URL

Project URL

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

Source Code Management

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

Download migration

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.boswelja.migration/migration/ -->
<dependency>
    <groupId>io.github.boswelja.migration</groupId>
    <artifactId>migration</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.boswelja.migration/migration/
implementation 'io.github.boswelja.migration:migration:1.0.1'
// https://jarcasting.com/artifacts/io.github.boswelja.migration/migration/
implementation ("io.github.boswelja.migration:migration:1.0.1")
'io.github.boswelja.migration:migration:aar:1.0.1'
<dependency org="io.github.boswelja.migration" name="migration" rev="1.0.1">
  <artifact name="migration" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.boswelja.migration', module='migration', version='1.0.1')
)
libraryDependencies += "io.github.boswelja.migration" % "migration" % "1.0.1"
[io.github.boswelja.migration/migration "1.0.1"]

Dependencies

compile (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0
0.1.1