com.raynigon.spring_boot.ecs_logging_access.BuildVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecs-logging-access Show documentation
Show all versions of ecs-logging-access Show documentation
The ecs-logging-access is a part of the unit-api
The newest version!
package com.raynigon.spring_boot.ecs_logging_access;
import java.time.OffsetDateTime;
public class BuildVersion {
public static final String ARTIFACT_ID = "ecs-logging-access";
public static final String GROUP_ID = "com.raynigon.spring-boot";
public static final String VERSION = "2.1.9";
public static final int MAJOR_VERSION = 2;
public static final int MINOR_VERSION = 1;
public static final int PATCH_VERSION = 9;
public static final boolean SNAPSHOT = false;
public static final OffsetDateTime BUILD_DATE = OffsetDateTime.parse("2024-11-28T16:44:39.778195726Z");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy