Returns the version of the library that the libraryClass belongs 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-03-21 UTC."],[[["This webpage provides access to the documentation for various versions of the Google API Extensions (GAX) library, with version 2.63.1 being the latest."],["The `GaxProperties` class is a core component of the GAX library, allowing you to obtain details of the GAX library, the JVM version and other library versions."],["There are static methods within `GaxProperties` such as `getGaxVersion()`, `getJavaVersion()`, and `getLibraryVersion()` that provide information about the current GAX version, the Java version, and the version of a specified library, respectively."],["The `getLibraryVersion` method can retrieve a version from either a class or from a specific property within a dependencies.properties file."],["The page also contains a full list of all the versions of GAX, that range from version 2.7.1 up until 2.63.1, the latest."]]],[]]