com.bloomscorp.aster.configuration.AsterVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bmx-aster Show documentation
Show all versions of bmx-aster Show documentation
Base package with managed dependencies for a single vendor e-commerce platform.
This is an opinionated version of Spring Boot configuration with added as-is dependency configurations.
package com.bloomscorp.aster.configuration;
public class AsterVersion {
public static final String SPRING_BOOT_PARENT = "3.0.5";
public static final String BMX_SPRING_BASE = "0.0.66";
}