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

io.quarkus.info.GitInfo Maven / Gradle / Ivy

There is a newer version: 3.17.0
Show newest version
package io.quarkus.info;

import java.time.OffsetDateTime;

public interface GitInfo {

    String branch();

    String latestCommitId();

    OffsetDateTime commitTime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy