me.pagar.format.CommonFormats Maven / Gradle / Ivy
The newest version!
package me.pagar.format;
public interface CommonFormats {
public static String DATE_TIME = "yyyy-MM-dd'T'HH:mm:ss.SSSZ";
}
package me.pagar.format;
public interface CommonFormats {
public static String DATE_TIME = "yyyy-MM-dd'T'HH:mm:ss.SSSZ";
}