All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jscover.util.DateTime Maven / Gradle / Ivy

The newest version!
package jscover.util;

import java.util.Date;

public interface DateTime {
    Date getDate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy