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

com.microsoft.graph.info.Constants Maven / Gradle / Ivy

There is a newer version: 6.20.0
Show newest version
package com.microsoft.graph.info;

/** Multi-purpose constants holder used accross the SDK */
public final class Constants {
    /** The SDK version */
    // x-release-please-start-version
    public static final String VERSION_NAME = "6.8.0";
    // x-release-please-end
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy