run.halo.app.migration.Constant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
API of halo project, connecting by other projects.
The newest version!
package run.halo.app.migration;
public enum Constant {
;
public static final String GROUP = "migration.halo.run";
public static final String VERSION = "v1alpha1";
public static final String HOUSE_KEEPER_FINALIZER = "housekeeper";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy