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

com.yahoo.vespa.model.VespaVersion Maven / Gradle / Ivy

There is a newer version: 8.409.18
Show newest version
package com.yahoo.vespa.model;


public class VespaVersion {
    public static final int major = 8;
    public static final int minor = 416;
    public static final int micro = 42;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy