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

avro.gel_participant_6_2_0.VersionControl.avdl Maven / Gradle / Ivy

@namespace("org.gel.models.participant.avro")
/**
This protocol defines the Participants and Pedigree
*/
protocol GitVersionControl {

record VersionControl{

    /** This is the version for the entire set of data models as referred to the Git release tag
    */
    string GitVersionControl="1.3.0";

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy