jar

io.github.yashchenkon : java-migration-tool

Maven & Gradle

May 20, 2019
2 usages
0 stars

Java Migration Tool · This module helps you manage your migrations by using Java classes that are applied in a particular order during application startup.

Table Of Contents

Latest Version

Download io.github.yashchenkon : java-migration-tool JAR file - Latest Versions:

All Versions

Download io.github.yashchenkon : java-migration-tool JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 java-migration-tool-0.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.yashchenkon.migration.core.lock

├─ io.github.yashchenkon.migration.core.lock.MigrationLock.class - [JAR]

io.github.yashchenkon.migration.core

├─ io.github.yashchenkon.migration.core.MigrationTask.class - [JAR]

io.github.yashchenkon.migration.core.registry

├─ io.github.yashchenkon.migration.core.registry.MigrationRegistry.class - [JAR]

├─ io.github.yashchenkon.migration.core.registry.SimpleMigrationRegistry.class - [JAR]

io.github.yashchenkon.migration.core.exception

├─ io.github.yashchenkon.migration.core.exception.MigrationException.class - [JAR]

├─ io.github.yashchenkon.migration.core.exception.MigrationLockException.class - [JAR]

io.github.yashchenkon.migration.core.version

├─ io.github.yashchenkon.migration.core.version.SimpleVersion.class - [JAR]

├─ io.github.yashchenkon.migration.core.version.Version.class - [JAR]

io.github.yashchenkon.migration.core.repository

├─ io.github.yashchenkon.migration.core.repository.MigrationRepository.class - [JAR]

io.github.yashchenkon.migration.core.model

├─ io.github.yashchenkon.migration.core.model.Migration.class - [JAR]

Advertisement