com.raynigon.unit_api.jackson_module.BuildVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-module Show documentation
Show all versions of jackson-module Show documentation
The jackson-module is a part of the unit-api
The newest version!
package com.raynigon.unit_api.jackson_module;
import java.time.OffsetDateTime;
public class BuildVersion {
public static final String ARTIFACT_ID = "jackson-module";
public static final String GROUP_ID = "com.raynigon.unit-api";
public static final String VERSION = "1.1.7";
public static final int MAJOR_VERSION = 1;
public static final int MINOR_VERSION = 1;
public static final int PATCH_VERSION = 7;
public static final boolean SNAPSHOT = false;
public static final OffsetDateTime BUILD_DATE = OffsetDateTime.parse("2021-08-13T17:02:03.915869Z");
}