Returns the version of the library that thelibraryClassbelongs to, or a property
value in dependencies.properties resource file instead, if the version was not found. The
method is doing I/O operations and is potentially inefficient, the values returned by this
method are expected to be cached.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe webpage provides a comprehensive list of Google API Client Library for Java (GAX) versions, ranging from version 2.63.1 (latest) down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eGaxProperties\u003c/code\u003e offers static methods to retrieve version information, such as the current GAX version using \u003ccode\u003egetGaxVersion()\u003c/code\u003e, the running JVM version using \u003ccode\u003egetJavaVersion()\u003c/code\u003e, and the version of a library by passing it its \u003ccode\u003eClass\u003c/code\u003e using \u003ccode\u003egetLibraryVersion()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe method \u003ccode\u003egetLibraryVersion(Class<?> libraryClass, String propertyName)\u003c/code\u003e allows for retrieving a specific property value from the dependencies.properties file, or the library version, if it exists, and is potentially inefficient due to I/O operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGaxProperties\u003c/code\u003e is a class that inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, allowing it to utilize all of the inherited methods such as \u003ccode\u003e.clone()\u003c/code\u003e, \u003ccode\u003e.equals()\u003c/code\u003e, \u003ccode\u003e.getClass()\u003c/code\u003e, and \u003ccode\u003e.toString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]