jar

io.github.boswelja.migration : migration-core-jvm

Maven & Gradle

Dec 27, 2021
6 stars

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

Table Of Contents

Latest Version

Download io.github.boswelja.migration : migration-core-jvm JAR file - Latest Versions:

All Versions

Download io.github.boswelja.migration : migration-core-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window migration-core-jvm-2.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.boswelja.migration

├─ com.boswelja.migration.ConditionalMigration.class - [JAR]

├─ com.boswelja.migration.Migration.class - [JAR]

├─ com.boswelja.migration.MigrationKt.class - [JAR]

├─ com.boswelja.migration.Migrator.class - [JAR]

├─ com.boswelja.migration.Result.class - [JAR]

├─ com.boswelja.migration.ResultKt.class - [JAR]

├─ com.boswelja.migration.SimpleConditionalMigration.class - [JAR]

├─ com.boswelja.migration.SimpleVersionMigration.class - [JAR]

├─ com.boswelja.migration.VersionMigration.class - [JAR]