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

com.qmetric.feed.consumer.DateTimeSource Maven / Gradle / Ivy

Go to download

Java library for consuming HAL+JSON feeds (https://github.com/qmetric/hal-feed-server)

There is a newer version: 3.18
Show newest version
package com.qmetric.feed.consumer;

import org.joda.time.DateTime;

public class DateTimeSource
{
    public DateTime now()
    {
        return DateTime.now();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy